#include <CmdLine.h>
Public Methods | |
CmdLine () | |
void | addParameterSwitch (const STD string flag, const STD string initialValue, const STD string help) |
void | addStandaloneSwitch (const STD string flag, const STD string help) |
const STD string & | switchValue (const STD string flag) |
const STD string & | switchHelp (const STD string flag) |
void | process (int argc, char **argv) |
int | NumberOfRemainingParameters () |
const char * | RemainingParameter (int index) |
void | printSwitches (STD ostream &s=STD cout) |
void | dump (STD ostream &s=STD cout) const |
void | dump (STD ostream &s=STD cout) |
Friends | |
STD ostream & | operator<< (STD ostream &s, const CmdLine &c) |
|
Definition at line 10 of file CmdLine.cpp. |
|
Referenced by processCmdLine(). |
|
Referenced by processCmdLine(). |
|
|
|
Referenced by operator<<(). |
|
Definition at line 46 of file CmdLine.cpp. |
|
|
|
Definition at line 26 of file CmdLine.cpp. Referenced by processCmdLine(). |
|
Definition at line 49 of file CmdLine.cpp. |
|
|
|
|
|
|