#include <string>
#include <vector>
#include <stdlib.h>
#include <threemxl/platform/io/logging/Log2.h>
#include "OptionVars.h"
Go to the source code of this file.
Classes | |
class | CConfigConstant |
class | CConfigProperty |
class | CConfigPropertyArray |
class | CConfigSection |
class | CConfiguration |
class | IConfig |
class | IConfigProperty |
class | IConfigPropertyString |
class | IConfigSection |
Namespaces | |
namespace | mu |
Defines | |
#define | CONFIGURATION_ARRAY_DELIMITER ';' |
#define | CONST_ConfConstantsSectionName "constants" |
#define | CONST_ConfRootSectionName "configuration" |
#define | CONST_ConfStringsSectionName "strings" |
Typedefs | |
typedef std::vector < CConfigConstant > | CConfigConstants |
#define CONFIGURATION_ARRAY_DELIMITER ';' |
Definition at line 11 of file Configuration.h.
#define CONST_ConfConstantsSectionName "constants" |
Definition at line 322 of file Configuration.h.
#define CONST_ConfRootSectionName "configuration" |
The configuration class reads the values from the specified configuration file.
Definition at line 321 of file Configuration.h.
#define CONST_ConfStringsSectionName "strings" |
Definition at line 323 of file Configuration.h.
typedef std::vector<CConfigConstant> CConfigConstants |
Definition at line 313 of file Configuration.h.