![]() |
Public API Reference |
#include <cfgacc.h>
Public Methods | |
csConfigAccess () | |
constructor. More... | |
csConfigAccess (iObjectRegistry *object_reg, const char *Filename, bool vfs=true, int Priority=iConfigManager::ConfigPriorityPlugin) | |
constructor (also adds a config file). More... | |
~csConfigAccess () | |
destructor. More... | |
void | AddConfig (iObjectRegistry *object_reg, const char *Filename, bool vfs=true, int Priority=iConfigManager::ConfigPriorityPlugin) |
add a config file. More... | |
iConfigFile * | operator-> () |
access to system configuration. More... | |
operator iConfigFile * () | |
access to system configuration. More... |
It adds config files to the manager on demand and automatically removes them when destroyed. In addition, you can use the '->' operator to access the system configuration. Note that you must use the same iObjectRegistry for all config files you add.
Definition at line 35 of file cfgacc.h.
|
constructor.
|
|
constructor (also adds a config file).
|
|
destructor.
|
|
add a config file.
|
|
access to system configuration.
|
|
access to system configuration.
|