Configuration file
ConfigFile::ConfigFile (string name) Config file constructor | |
string | ConfigFile::GetValue (string name) Returns value asociated vith name Looks the key in STL map container and returns the associated value, that was specified in configuration file like this: key1 value1 key2 value2 |
Err | ConfigFile::Load () Loads settings from config file |
void | ConfigFile::PrintAll () Lists all variables to stdout |
Err | ConfigFile::Reload () Reloads settings from config file |
ConfigFile::~ConfigFile () Config file destructor |
methods
|
attributes
| |||||||
methods
|
Configuration file. Encapsulates work with configuration file. When created requires config name - reads it in memory and then is ready to answer questions about keys and values defined. It can also be reloaded.
key1 value1
key2 value2
alphabetic index hierarchy of classes
generated by doc++