ADTF
|
This is the complete list of members for cCommandLine, including all inherited members.
cCommandLine() | cCommandLine | |
cCommandLine(const cString &strCommandLine) | cCommandLine | |
cCommandLine(const cCommandLine &oCommandLine) | cCommandLine | |
cCommandLine(int argc, const char **argv) | cCommandLine | |
FreeArgs() | cCommandLine | protected |
GetArg(tInt nIdx, const cString &strDefault=cString::Empty) const | cCommandLine | |
GetArgc() const | cCommandLine | |
GetArgv() const | cCommandLine | |
GetBuffer() const | cCommandLine | |
GetFlag(const cString &strName) const | cCommandLine | |
GetFlags() const | cCommandLine | |
GetProperties() const | cCommandLine | |
GetProperty(const cString &strName, const cString &strDefault=cString::Empty) const | cCommandLine | |
GetString() const | cCommandLine | |
GetValue(tInt nIdx, const cString &strDefault=cString::Empty) const | cCommandLine | |
GetValues() const | cCommandLine | |
Initialize() | cCommandLine | protected |
m_lstArgv | cCommandLine | mutableprotected |
m_lstFlags | cCommandLine | protected |
m_lstValues | cCommandLine | protected |
m_mapProperties | cCommandLine | protected |
m_nArgc | cCommandLine | mutableprotected |
m_pArgv | cCommandLine | mutableprotected |
m_strBuffer | cCommandLine | protected |
operator=(const cCommandLine &oCommandLine) | cCommandLine | |
Parse() | cCommandLine | protected |
Set(const cString &strCommandLine) | cCommandLine | |
Set(const cCommandLine &oCommandLine) | cCommandLine | |
Set(int argc, const char **argv) | cCommandLine | |
~cCommandLine() | cCommandLine | virtual |