|
Classes |
class | ConfigOption |
| Abstract base class for any configuration option. More...
|
class | ConfigInfo |
| Section marker for grouping the configuration options. More...
|
class | ConfigList |
| Option of the list type. More...
|
class | ConfigEnum |
| Option of the enum type. More...
|
class | ConfigString |
| Option of the string type. More...
|
class | ConfigInt |
| Option of the integer type. More...
|
class | ConfigBool |
| Option of the boolean type. More...
|
class | ConfigObsolete |
| Section marker for obsolete options. More...
|
class | Config |
| Singleton for configuration variables. More...
|
Defines |
#define | Config_getString(val) Config::instance()->getString(__FILE__,__LINE__,val) |
#define | Config_getInt(val) Config::instance()->getInt(__FILE__,__LINE__,val) |
#define | Config_getList(val) Config::instance()->getList(__FILE__,__LINE__,val) |
#define | Config_getEnum(val) Config::instance()->getEnum(__FILE__,__LINE__,val) |
#define | Config_getBool(val) Config::instance()->getBool(__FILE__,__LINE__,val) |