PTLib
Version 2.10.4
|
This is the complete list of members for PConfigArgs, including all inherited members.
argumentArray | PArgList | protected |
CharToString(char ch) const | PConfigArgs | 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 | |
config | PConfigArgs | protected |
EqualTo enum value | PObject | |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetCount() const | PArgList | |
GetNegationPrefix() const | PConfigArgs | inline |
GetOptionCount(char optionChar) const | PConfigArgs | virtual |
GetOptionCount(const char *optionStr) const | PConfigArgs | virtual |
GetOptionCount(const PString &optionName) const | PConfigArgs | virtual |
GetOptionString(char optionChar, const char *dflt=NULL) const | PConfigArgs | virtual |
GetOptionString(const char *optionStr, const char *dflt=NULL) const | PConfigArgs | virtual |
GetOptionString(const PString &optionName, const char *dflt=NULL) const | PConfigArgs | virtual |
GetParameter(PINDEX num) const | PArgList | |
GetParameters(PINDEX first=0, PINDEX last=P_MAX_INDEX) const | PArgList | |
GetSectionName() const | PConfigArgs | inline |
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 |
negationPrefix | PConfigArgs | protected |
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 |
PConfigArgs(const PArgList &args) | PConfigArgs | |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PArgList | virtual |
ReadFrom(istream &strm) | PArgList | virtual |
Save(const PString &optionName) | PConfigArgs | |
sectionName | PConfigArgs | protected |
SetArgs(const PString &theArgStr) | PArgList | |
SetArgs(int theArgc, char **theArgv) | PArgList | |
SetArgs(const PStringArray &theArgs) | PArgList | |
SetNegationPrefix(const PString &prefix) | PConfigArgs | inline |
SetSectionName(const PString §ion) | PConfigArgs | inline |
shift | PArgList | protected |
Shift(int sh) | PArgList | |
UnknownOption(const PString &option) const | PArgList | virtual |
~PObject() | PObject | inlinevirtual |