![]() |
AOSharedServiceLibrary
|
Key Value Store. More...
#include <kv_store_interface.h>

Public Member Functions | |
| virtual bool | opt_exist (std::string key)=0 |
| Does a key exist? | |
| virtual StringBuffer * | get_opt (std::string key)=0 |
| Get an option by key. | |
| virtual void | get_opt (std::string key, StringBuffer &val)=0 |
| Get an option by key. | |
| virtual void | load_config ()=0 |
| Re-load configuration. | |
Key Value Store.
A Key-Value store accesses configuration values by keys Interface which requires implementation
1.8.11