Refactoring of the configuration system
-
ParameterContainer
based onvariant
- ConfigEntryType:
bool
,Integer
,UnsignedInteger
,double
,string
and lists of preceding types - automatic casting of any signed integral type to
Integer
, any unsigned integral type toUnsignedInteger
, any floating-point type todouble
- refactoring and cleanup of
ConfigEntryBase
,ConfigEntry
,ConfigEntryList
,ConfigDescription
andparseCommandLine
- added
parseINIConfigFile
See also #26 (closed).
Edited by Jakub Klinkovský