argumentArray | PArgList | [protected] |
Class() | PObject | [inline, static] |
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=0) const | PObject | [inline, virtual] |
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] |
InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
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 | |
PObject::operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
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 | |
PObject::operator>>(istream &strm, PObject &obj) | PObject | [friend] |
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=PTrue) | PArgList | |
PArgList(const PString &theArgStr, const char *argumentSpecPtr=NULL, PBoolean optionsBeforeParams=PTrue) | PArgList | |
PArgList(const PString &theArgStr, const PString &argumentSpecStr, PBoolean optionsBeforeParams=PTrue) | PArgList | |
PArgList(int theArgc, char **theArgv, const char *argumentSpecPtr=NULL, PBoolean optionsBeforeParams=PTrue) | PArgList | |
PArgList(int theArgc, char **theArgv, const PString &argumentSpecStr, PBoolean optionsBeforeParams=PTrue) | PArgList | |
Parse(const char *theArgumentSpec, PBoolean optionsBeforeParams=PTrue) | PArgList | [virtual] |
Parse(const PString &theArgumentStr, PBoolean optionsBeforeParams=PTrue) | PArgList | [virtual] |
PObject() | PObject | [inline, protected] |
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 | [inline, virtual] |