Public Member Functions | |
IConfigSet () | |
Constructor. | |
~IConfigSet () | |
Destructor. | |
void | setOption (std::string section, std::string key, std::string value) |
Sets a value. | |
Public Attributes | |
std::vector< std::string > | sections |
std::vector< std::string > | keys |
std::vector< std::string > | values |
Friends | |
class | IRoot |
Configuration sets are what is used to give defaults (pre) and overides (post) configuration options when you create a root. A default config set holds the defaults that values not present will be set to, and an override config set holds values that are set regardless. This is only used in createRoot(), and should never be reference by pointers. It is always created by the user.
Definition at line 39 of file IConfigManager.h.
|
Constructor.
Definition at line 44 of file IConfigManager.h. |
|
Destructor.
Definition at line 47 of file IConfigManager.h. |
|
Sets a value.
Definition at line 57 of file IConfigManager.h. |
|
Definition at line 41 of file IConfigManager.h. |
|
Definition at line 65 of file IConfigManager.h. Referenced by setOption(). |
|
Definition at line 64 of file IConfigManager.h. Referenced by setOption(). |
|
Definition at line 66 of file IConfigManager.h. Referenced by setOption(). |