#include <stdBaseInterface.h>
List of all members.
Public Member Functions |
| stdBaseInterface (record &) |
| ~stdBaseInterface () |
int | inputs (record &) |
bool | go (const record &) |
Static Public Member Functions |
static vector< string > & | getcommands () |
static bool | verify (record &theRec, record &theContraints, casa::LogIO &itsLog) |
static bool | verifyOne (record &theRec, record &theContraints, casa::LogIO &itsLog, bool silent=true) |
static bool | checkme (const string &name, variant &user, record &constraint, casa::LogIO &itsLog, bool silent=false) |
static bool | checkQuanta (const string &name, variant &user, record &constraint, casa::LogIO &itsLog, bool silent=false) |
static variant * | expandEnum (variant &allowed, const variant &value, casa::LogIO &itsLog, bool silent=false) |
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;.
|
Detailed Description
Definition at line 32 of file stdBaseInterface.h.
Constructor & Destructor Documentation
casac::stdBaseInterface::stdBaseInterface |
( |
record & |
| ) |
|
casac::stdBaseInterface::~stdBaseInterface |
( |
| ) |
|
Member Function Documentation
static bool casac::stdBaseInterface::checkme |
( |
const string & |
name, |
|
|
variant & |
user, |
|
|
record & |
constraint, |
|
|
casa::LogIO & |
itsLog, |
|
|
bool |
silent = false |
|
) |
| [static] |
static bool casac::stdBaseInterface::checkQuanta |
( |
const string & |
name, |
|
|
variant & |
user, |
|
|
record & |
constraint, |
|
|
casa::LogIO & |
itsLog, |
|
|
bool |
silent = false |
|
) |
| [static] |
static vector<string>& casac::stdBaseInterface::getcommands |
( |
| ) |
[inline, static] |
bool casac::stdBaseInterface::go |
( |
const record & |
| ) |
|
void casac::stdBaseInterface::init |
( |
| ) |
[private] |
int casac::stdBaseInterface::inputs |
( |
record & |
| ) |
|
void casac::stdBaseInterface::parse_it |
( |
record & |
params, |
|
|
const char * |
line |
|
) |
| [private] |
static bool casac::stdBaseInterface::verify |
( |
record & |
theRec, |
|
|
record & |
theContraints, |
|
|
casa::LogIO & |
itsLog |
|
) |
| [static] |
static bool casac::stdBaseInterface::verifyOne |
( |
record & |
theRec, |
|
|
record & |
theContraints, |
|
|
casa::LogIO & |
itsLog, |
|
|
bool |
silent = true |
|
) |
| [static] |
Member Data Documentation
Scope Help text parameters - record map< string, int (runfunction *)(record &) > stand_alones;.
Definition at line 54 of file stdBaseInterface.h.
The documentation for this class was generated from the following file: