ParamKit
A small library helping to parse commandline parameters (for Windows).
|
▼Nparamkit | |
Nutil | |
CParam | The base class of a parameter |
CParamCompare | A comparator class for Param class |
CIntParam | A parameter storing an integer value |
CStringParam | A parameter storing a string value |
CWStringParam | A parameter storing a wide string value |
CBoolParam | A parameter storing a boolean value |
CEnumParam | A parameter storing an enum value |
CStringListParam | |
CIntListParam | |
CParamGroup | The class responsible for grouping parameters (objects of the type Param) |
CParams | The class responsible for storing and parsing parameters (objects of the type Param), possibly divided into groups (ParamGroup) |