|
PTLib
Version 2.10.11
|
This is the complete list of members for PArgList, including all inherited members.
| argumentArray | PArgList | protected |
| Class() | PObject | inlinestatic |
| Clone() const | PObject | virtual |
| Compare(const PObject &obj) const | PObject | virtual |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| EqualTo enum value | PObject | |
| GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
| GetCount() const | PArgList | |
| GetOptionCount(char optionChar) const | PArgList | virtual |
| GetOptionCount(const char *optionStr) const | PArgList | virtual |
| GetOptionCount(const PString &optionName) const | PArgList | virtual |
| GetOptionString(char optionChar, const char *dflt=NULL) const | PArgList | virtual |
| GetOptionString(const char *optionStr, const char *dflt=NULL) const | PArgList | virtual |
| GetOptionString(const PString &optionName, const char *dflt=NULL) const | PArgList | virtual |
| GetParameter(PINDEX num) const | PArgList | |
| GetParameters(PINDEX first=0, PINDEX last=P_MAX_INDEX) const | PArgList | |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual |
| HasOption(char optionChar) const | PArgList | |
| HasOption(const char *optionStr) const | PArgList | |
| HasOption(const PString &optionName) const | PArgList | |
| IllegalArgumentIndex(PINDEX idx) const | PArgList | virtual |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
| IsClass(const char *cls) const | PObject | inline |
| LessThan enum value | PObject | |
| MissingArgument(const PString &option) const | PArgList | virtual |
| operator!=(const PObject &obj) const | PObject | inline |
| operator<(const PObject &obj) const | PObject | inline |
| operator<<(int sh) | PArgList | |
| operator<=(const PObject &obj) const | PObject | inline |
| operator==(const PObject &obj) const | PObject | inline |
| operator>(const PObject &obj) const | PObject | inline |
| operator>=(const PObject &obj) const | PObject | inline |
| operator>>(int sh) | PArgList | |
| operator[](PINDEX num) const | PArgList | |
| optionCount | PArgList | protected |
| optionLetters | PArgList | protected |
| optionNames | PArgList | protected |
| optionString | PArgList | protected |
| parameterIndex | PArgList | protected |
| PArgList(const char *theArgPtr=NULL, const char *argumentSpecPtr=NULL, PBoolean optionsBeforeParams=true) | PArgList | |
| PArgList(const PString &theArgStr, const char *argumentSpecPtr=NULL, PBoolean optionsBeforeParams=true) | PArgList | |
| PArgList(const PString &theArgStr, const PString &argumentSpecStr, PBoolean optionsBeforeParams=true) | PArgList | |
| PArgList(int theArgc, char **theArgv, const char *argumentSpecPtr=NULL, PBoolean optionsBeforeParams=true) | PArgList | |
| PArgList(int theArgc, char **theArgv, const PString &argumentSpecStr, PBoolean optionsBeforeParams=true) | PArgList | |
| Parse(const char *theArgumentSpec, PBoolean optionsBeforeParams=true) | PArgList | virtual |
| Parse(const PString &theArgumentStr, PBoolean optionsBeforeParams=true) | PArgList | virtual |
| PObject() | PObject | inlineprotected |
| PrintOn(ostream &strm) const | PArgList | virtual |
| ReadFrom(istream &strm) | PArgList | virtual |
| SetArgs(const PString &theArgStr) | PArgList | |
| SetArgs(int theArgc, char **theArgv) | PArgList | |
| SetArgs(const PStringArray &theArgs) | PArgList | |
| shift | PArgList | protected |
| Shift(int sh) | PArgList | |
| UnknownOption(const PString &option) const | PArgList | virtual |
| ~PObject() | PObject | inlinevirtual |