#include <pconfig.h>
Public Member Functions | |
| Config (ConfigStore &store) | |
| Config database constructor. | |
| ~Config () | |
| void | reload () |
| Reload configuration (discarding any changes). | |
| void | save () |
| Save configuration (if modified). | |
| Key & | root () |
| Return reference to the config root. | |
| ConfigStore & | store () |
| Return reference to the config store. | |
| bool | isModified () const |
| Test if config was modifies. | |
Friends | |
| class | Key |
Definition at line 32 of file pconfig.h.
|
|
Config database constructor.
|
|
|
|
|
|
Test if config was modifies.
|
|
|
Reload configuration (discarding any changes).
|
|
|
Return reference to the config root.
|
|
|
Save configuration (if modified).
|
|
|
Return reference to the config store.
|
|
|
|
1.3.3