casa
$Rev:20696$
|
#include <BaseInterface.h>
Public Member Functions | |
BaseInterface (Record &) | |
~BaseInterface () | |
Int | inputs (Record &) |
bool | go (const Record &) |
Static Public Member Functions | |
static vector< string > & | getcommands () |
Static Public Attributes | |
static vector< string > | commands |
Private Member Functions | |
void | init () |
void | parse_it (Record ¶ms, const char *line) |
Private Attributes | |
Bool | done |
Record | xmldescribes |
map< string, int > | stand_alones |
Scope Help text parameters - record map< string, int (runfunction *)(Record &) > stand_alones;. |
Definition at line 24 of file BaseInterface.h.
casa::BaseInterface::BaseInterface | ( | Record & | ) |
casa::BaseInterface::~BaseInterface | ( | ) |
static vector<string>& casa::BaseInterface::getcommands | ( | ) | [inline, static] |
Definition at line 30 of file BaseInterface.h.
References commands.
bool casa::BaseInterface::go | ( | const Record & | ) |
void casa::BaseInterface::init | ( | ) | [private] |
void casa::BaseInterface::parse_it | ( | Record & | params, |
const char * | line | ||
) | [private] |
vector<string> casa::BaseInterface::commands [static] |
Definition at line 31 of file BaseInterface.h.
Referenced by getcommands().
Bool casa::BaseInterface::done [private] |
Definition at line 35 of file BaseInterface.h.
map< string, int> casa::BaseInterface::stand_alones [private] |
Scope Help text parameters - record map< string, int (runfunction *)(Record &) > stand_alones;.
Definition at line 41 of file BaseInterface.h.
Record casa::BaseInterface::xmldescribes [private] |
Definition at line 36 of file BaseInterface.h.