|
ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
#include <stdio.h>#include <string>#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | CfgBase |
| Base class for a configurator entry. More... | |
| class | CfgInt |
| Integer configurator entry class. More... | |
| class | CfgFloat |
| Double configurator entry class. More... | |
| class | CfgBool |
| Bool configurator entry class. More... | |
| class | CfgStr |
| String configurator entry class. More... | |
| class | Configurator |
| A class to provide standard parameter entry facilities. More... | |
Macros | |
| #define | CFG_MAX_LINE_LENGTH 512 |
Enumerations | |
| enum | CfgType { CFG_NONE, CFG_INT, CFG_FLOAT, CFG_BOOL, CFG_STRING } |
| enum | CfgSecureLevel { CFG_CUSTOM, CFG_PUBLIC, CFG_PRIVATE } |
Variables | |
| class Configurator * | g_cfg |
| #define CFG_MAX_LINE_LENGTH 512 |
Definition at line 46 of file configurator.h.
| enum CfgSecureLevel |
| Enumerator | |
|---|---|
| CFG_CUSTOM | |
| CFG_PUBLIC | |
| CFG_PRIVATE | |
Definition at line 59 of file configurator.h.
| enum CfgType |
| Enumerator | |
|---|---|
| CFG_NONE | |
| CFG_INT | |
| CFG_FLOAT | |
| CFG_BOOL | |
| CFG_STRING | |
Definition at line 51 of file configurator.h.
| class Configurator* g_cfg |
Definition at line 49 of file configurator.cpp.
Referenced by CfgBase::CfgBase(), Landscape::DumpAllSymbolsAndExit(), Landscape::DumpPublicSymbols(), and Landscape::ReadSymbols().