#include <cmlparser.hh>
|
| CommandLineParameter (char newShortName, const char *newLongName, const char *newDefaultValue) throw (CmlException) |
|
| CommandLineParameter (char newShortName, const char *newLongName, long newDefaultValue) throw (CmlException) |
|
virtual CommandLineParameter::~CommandLineParameter |
( |
| ) |
|
|
virtual |
CommandLineParameter::CommandLineParameter |
( |
char |
newShortName, |
|
|
const char * |
newLongName, |
|
|
const char * |
newDefaultValue |
|
) |
| |
throw | ( | CmlException |
| ) | | |
|
protected |
CommandLineParameter::CommandLineParameter |
( |
char |
newShortName, |
|
|
const char * |
newLongName, |
|
|
long |
newDefaultValue |
|
) |
| |
throw | ( | CmlException |
| ) | | |
|
protected |
const char* CommandLineParameter::calledName |
( |
| ) |
|
bool CommandLineParameter::doesMatch |
( |
char |
c | ) |
|
bool CommandLineParameter::doesMatch |
( |
const char * |
s | ) |
|
const char* CommandLineParameter::getLongName |
( |
| ) |
const |
char CommandLineParameter::getShortName |
( |
| ) |
const |
virtual double CommandLineParameter::getValueAsDouble |
( |
| ) |
|
throw | ( | CmlException |
| ) | | |
|
pure virtual |
virtual long CommandLineParameter::getValueAsLong |
( |
| ) |
|
throw | ( | CmlException |
| ) | | |
|
pure virtual |
virtual const char* CommandLineParameter::getValueAsString |
( |
| ) |
|
throw | ( | CmlException |
| ) | | |
|
pure virtual |
virtual bool CommandLineParameter::isPresent |
( |
| ) |
|
|
pure virtual |
virtual bool CommandLineParameter::needsValue |
( |
| ) |
|
|
pure virtual |
virtual void CommandLineParameter::popValue |
( |
| ) |
|
|
pure virtual |
ostream& CommandLineParameter::printHelp |
( |
ostream & |
= cout | ) |
|
virtual ostream& CommandLineParameter::printStatus |
( |
ostream & |
= cout | ) |
|
|
pure virtual |
virtual void CommandLineParameter::reset |
( |
| ) |
|
|
virtual |
void CommandLineParameter::setDescription |
( |
const char * |
| ) |
|
virtual bool CommandLineParameter::setPresent |
( |
const char * |
s | ) |
|
throw | ( | CmlException |
| ) | | |
|
pure virtual |
virtual bool CommandLineParameter::takeValue |
( |
const char * |
s | ) |
|
|
pure virtual |
const char* CommandLineParameter::defaultTitle |
|
static |
char* CommandLineParameter::defaultValue |
|
protected |
const char CommandLineParameter::descClose |
|
static |
const char* CommandLineParameter::descIndent |
|
static |
const char* CommandLineParameter::descLeftDefault |
|
static |
const char* CommandLineParameter::descLineSep |
|
static |
const char CommandLineParameter::descOpen |
|
static |
const char* CommandLineParameter::descRightDefault |
|
static |
char* CommandLineParameter::descriptionText |
|
protected |
const char* CommandLineParameter::descSep |
|
static |
const char* CommandLineParameter::descTab |
|
static |
char* CommandLineParameter::longName |
|
protected |
char* CommandLineParameter::paramDescription |
|
protected |
bool CommandLineParameter::present |
|
protected |
char CommandLineParameter::shNameString[2] |
|
protected |
char CommandLineParameter::shortName |
|
protected |
bool CommandLineParameter::wasLongName |
|
protected |
The documentation for this class was generated from the following file: