ParamKit
A small library helping to parse commandline parameters (for Windows).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nparamkit
 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)