ParamKit
A small library helping to parse commandline parameters (for Windows).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cparamkit::ParamThe base class of a parameter
 Cparamkit::BoolParamA parameter storing a boolean value
 Cparamkit::EnumParamA parameter storing an enum value
 Cparamkit::IntParamA parameter storing an integer value
 Cparamkit::StringParamA parameter storing a string value
 Cparamkit::StringListParam
 Cparamkit::IntListParam
 Cparamkit::WStringParamA parameter storing a wide string value
 Cparamkit::ParamCompareA comparator class for Param class
 Cparamkit::ParamGroupThe class responsible for grouping parameters (objects of the type Param)
 Cparamkit::ParamsThe class responsible for storing and parsing parameters (objects of the type Param), possibly divided into groups (ParamGroup)