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
17namespace Pulsar
18{
20 class Backend::Interface : public TextInterface::To<Pulsar::Backend>
21 {
22 public:
23 Interface (Backend* = 0);
24 };
25
26}
27
28#endif
Text interface to Backend extension.
Definition BackendInterface.h:21
Backend(const std::string &ext_name="Backend")
Default constructor.
Definition Backend.C:11
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0