◆ KeyValueStore() [1/3]
KeyValueStore::KeyValueStore |
( |
| ) |
|
◆ KeyValueStore() [2/3]
KeyValueStore::KeyValueStore |
( |
const DataBuffer & |
buffer | ) |
|
◆ KeyValueStore() [3/3]
KeyValueStore::KeyValueStore |
( |
BNKeyValueStore * |
store | ) |
|
◆ BeginNamespace()
void KeyValueStore::BeginNamespace |
( |
const std::string & |
name | ) |
|
◆ DataSize()
size_t KeyValueStore::DataSize |
( |
| ) |
const |
◆ EndNamespace()
void KeyValueStore::EndNamespace |
( |
| ) |
|
◆ GetBuffer()
DataBuffer KeyValueStore::GetBuffer |
( |
const std::string & |
name | ) |
const |
◆ GetKeys()
std::vector< std::string > KeyValueStore::GetKeys |
( |
| ) |
const |
◆ GetSerializedData()
DataBuffer KeyValueStore::GetSerializedData |
( |
| ) |
const |
◆ GetValue()
Json::Value KeyValueStore::GetValue |
( |
const std::string & |
name | ) |
const |
◆ HasValue()
bool KeyValueStore::HasValue |
( |
const std::string & |
name | ) |
const |
◆ IsEmpty()
bool KeyValueStore::IsEmpty |
( |
| ) |
const |
◆ NamespaceSize()
size_t KeyValueStore::NamespaceSize |
( |
| ) |
const |
◆ SetBuffer()
void KeyValueStore::SetBuffer |
( |
const std::string & |
name, |
|
|
const DataBuffer & |
value |
|
) |
| |
◆ SetValue()
void KeyValueStore::SetValue |
( |
const std::string & |
name, |
|
|
const Json::Value & |
value |
|
) |
| |
◆ ValueSize()
size_t KeyValueStore::ValueSize |
( |
| ) |
const |
◆ ValueStorageSize()
size_t KeyValueStore::ValueStorageSize |
( |
| ) |
const |
The documentation for this class was generated from the following files: