PTLib
Version 2.14.3
|
This is the complete list of members for PArgList, including all inherited members.
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
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 |
GetCommandName() const | PArgList | inline |
GetCount() const | PArgList | |
GetOptionAs(OptionType option, ValueType value=0) const | PArgList | inline |
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 | |
GetParseError() const | PArgList | inline |
GetTraceContextIdentifier() const | PObject | inline |
GetTraceContextIdentifier(PObject &obj) | PObject | inline |
GetTraceContextIdentifier(PObject *obj) | PObject | 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 | |
HasString enum value | PArgList | protected |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalFindOption(const PString &name) const | PArgList | protected |
InternalGetOptionCountByIndex(size_t idx) const | PArgList | protected |
InternalGetOptionStringByIndex(size_t idx, const char *dflt) const | PArgList | protected |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
InternalParseOption(const PString &opt, PINDEX offset, PINDEX &arg) | PArgList | protected |
InternalSpecificationError(bool isError, const PString &msg) | PArgList | protected |
IsClass(const char *cls) const | PObject | inline |
IsParsed() const | PArgList | inline |
LessThan enum value | PObject | |
m_argsParsed | PArgList | protected |
m_argumentArray | PArgList | protected |
m_commandName | PArgList | protected |
m_options | PArgList | protected |
m_parameterIndex | PArgList | protected |
m_parsed | PArgList | protected |
m_parseError | PArgList | protected |
m_shift | PArgList | protected |
m_traceContextIdentifier | PObject | protected |
NoString enum value | PArgList | 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 | |
OptionalString enum value | PArgList | protected |
OptionType enum name | 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=NULL, PBoolean optionsBeforeParams=true) | PArgList | virtual |
Parse(const PString &theArgumentStr, PBoolean optionsBeforeParams=true) | PArgList | virtual |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PArgList | virtual |
PObject::PrintOn(ostream &strm) const | PObject | virtual |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
ReadFrom(istream &strm) | PArgList | virtual |
PObject::ReadFrom(istream &strm) | PObject | virtual |
SetArgs(const PString &theArgStr) | PArgList | inline |
SetArgs(const char *theArgStr) | PArgList | |
SetArgs(int theArgc, char **theArgv) | PArgList | |
SetArgs(const PStringArray &theArgs) | PArgList | |
SetCommandName(const PString &name) | PArgList | inline |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
Shift(int sh) | PArgList | |
Usage(ostream &strm, const char *usage=NULL, const char *prefix="Usage: ") const | PArgList | |
Usage(const char *usage=NULL, const char *prefix="Usage: ") const | PArgList | |
~PObject() | PObject | inlinevirtual |