AOSharedServiceLibrary
Public Member Functions | List of all members
AOSSL::KeyValueStoreInterface Class Referenceabstract

Key Value Store. More...

#include <kv_store_interface.h>

Inheritance diagram for AOSSL::KeyValueStoreInterface:
Inheritance graph
[legend]

Public Member Functions

virtual bool opt_exist (std::string key)=0
 Does a key exist?
 
virtual StringBufferget_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.
 

Detailed Description

Key Value Store.

A Key-Value store accesses configuration values by keys Interface which requires implementation


The documentation for this class was generated from the following file: