Public Types |
enum | Type { Cmd,
Arg,
CmdAlias,
ArgAlias
} |
enum | ArgType { String,
Int,
Properties
} |
enum | ArgRequired { Mandatory,
Optional
} |
enum | ArgMinMax { CheckMinMax,
IgnoreMinMax
} |
Public Attributes |
const char * | name |
const char * | realName |
Type | type |
ArgType | argType |
ArgRequired | argRequired |
ArgMinMax | argMinMax |
int | minVal |
int | maxVal |
void(T::* | function )(typename Parser< T >::Context &ctx, const class Properties &args) |
const char * | description |
void * | user_value |
Detailed Description
template<class T>
struct ParserRow< T >
Definition at line 113 of file Parser.hpp.
The documentation for this struct was generated from the following file: