#include <pconfigstore.h>
Inheritance diagram for P::ConfigStore:

Public Member Functions | |
| ConfigStore (const std::string &path) | |
| Config storage constructor. | |
| virtual | ~ConfigStore () |
| const std::string & | path () const |
| Returns the path to the configuration store. | |
Protected Member Functions | |
| virtual void | read (Config::Key &root)=0 |
| virtual void | update (Config::Key &root)=0 |
Friends | |
| class | Config |
Definition at line 33 of file pconfigstore.h.
|
|
Config storage constructor.
|
|
|
|
|
|
Returns the path to the configuration store.
Definition at line 45 of file pconfigstore.h. |
|
|
Implemented in P::SimpleConfigStore, and P::XMLConfigStore. |
|
|
Implemented in P::SimpleConfigStore, and P::XMLConfigStore. |
|
|
Definition at line 35 of file pconfigstore.h. |
1.3.3