addParameterSwitch(const STD string flag, const STD string initialValue, const STD string help) | CmdLine | |
addStandaloneSwitch(const STD string flag, const STD string help) | CmdLine | |
CmdLine() | CmdLine | |
dump(STD ostream &s=STD cout) const | CmdLine | |
dump(STD ostream &s=STD cout) | CmdLine | |
NumberOfRemainingParameters() | CmdLine | |
operator<<(STD ostream &s, const CmdLine &c) | CmdLine | [friend] |
printSwitches(STD ostream &s=STD cout) | CmdLine | |
process(int argc, char **argv) | CmdLine | |
RemainingParameter(int index) | CmdLine | |
switchHelp(const STD string flag) | CmdLine | |
switchValue(const STD string flag) | CmdLine |