ParamKit
A small library helping to parse commandline parameters (for Windows).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 Nparamkit
 Nutil
 CParamThe base class of a parameter
 CParamCompareA comparator class for Param class
 CIntParamA parameter storing an integer value
 CStringParamA parameter storing a string value
 CWStringParamA parameter storing a wide string value
 CBoolParamA parameter storing a boolean value
 CEnumParamA parameter storing an enum value
 CStringListParam
 CIntListParam
 CParamGroupThe class responsible for grouping parameters (objects of the type Param)
 CParamsThe class responsible for storing and parsing parameters (objects of the type Param), possibly divided into groups (ParamGroup)