#include <Config.hpp>
Public Member Functions | |
| Config (string configFile) | |
| void | addConf (string conf, string value) |
| string | getConf (const string &conf) const |
Private Attributes | |
| std::map< std::string, std::string > | configs |
A configuration is a simple (key, value) pair, stored as strings.
|
|
Constructor.
|
|
||||||||||||
|
Adds a configuration.
|
|
|
gets a configuration.
|
|
|
holds our configurations |
1.3.3