PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Base
Extensions
Pulsar
BackendInterface.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2008 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// psrchive/Base/Extensions/Pulsar/BackendInterface.h
10
11
#ifndef __Pulsar_BackendInterface_h
12
#define __Pulsar_BackendInterface_h
13
14
#include "Pulsar/Backend.h"
15
#include "TextInterface.h"
16
17
namespace
Pulsar
18
{
20
class
Backend::Interface :
public
TextInterface::To
<Pulsar::Backend>
21
{
22
public
:
23
Interface (
Backend
* = 0);
24
};
25
26
}
27
28
#endif
Pulsar::Backend::Backend
Backend(const std::string &ext_name="Backend")
Default constructor.
Definition:
Backend.C:11
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
TextInterface::To
Generated using
doxygen
1.8.17