This class parse command line arguments with the ability to override them from a PConfig file/registry
Setting & Parsing
Getting parsed arguments
Errors
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
This class parse command line arguments with the ability to override them from a PConfig file/registry
Overrides from class PArgList
virtual PINDEX GetOptionCount( char optionChar ) const
virtual PINDEX GetOptionCount( const char * optionStr ) const
virtual PINDEX GetOptionCount( const PString & optionName ) const
virtual PString GetOptionString( char optionChar, const char * dflt = NULL ) const
dflt - Default value of the option stringvirtual PString GetOptionString( const char * optionStr, const char * dflt = NULL ) const
dflt - Default value of the option stringvirtual PString GetOptionString( const PString & optionName, const char * dflt = NULL ) const
dflt - Default value of the option string Overrides from class PArgList
void Save( const PString & optionName )
void SetSectionName( const PString & section )
const PString& GetSectionName() const
void SetNegationPrefix( const PString & prefix )
const PString& GetNegationPrefix() const
Alphabetic index HTML hierarchy of classes or Java