Default KVStore visitor. More...
#include <from-kvstore-visitor.hpp>
Public Member Functions | |
FromKVStoreVisitor (KVStore &store, const std::string &prefix) | |
FromKVStoreVisitor (const FromKVStoreVisitorBase< FromKVStoreVisitor > &visitor, const std::string &prefix) | |
void | visit (const std::string &name, T &value) |
Protected Member Functions | |
void | visitImpl (const std::string &name, T &value) |
Protected Attributes | |
KVStore & | mStore |
std::string | mKeyPrefix |
Default KVStore visitor.
|
inline |
|
inline |
|
inlineinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
protectedinherited |