#include <memory_store.hpp>
|
std::map< std::string, std::string > | store_ |
|
std::map< std::string, std::string > | puts_ |
|
std::set< std::string > | deletes_ |
|
Definition at line 15 of file memory_store.hpp.
◆ MemoryStore() [1/3]
bb::crypto::merkle_tree::MemoryStore::MemoryStore |
( |
| ) |
|
|
inline |
◆ MemoryStore() [2/3]
◆ MemoryStore() [3/3]
bb::crypto::merkle_tree::MemoryStore::MemoryStore |
( |
MemoryStore && |
rhs | ) |
|
|
default |
◆ commit()
void bb::crypto::merkle_tree::MemoryStore::commit |
( |
| ) |
|
|
inline |
◆ del()
bool bb::crypto::merkle_tree::MemoryStore::del |
( |
std::vector< uint8_t > const & |
key | ) |
|
|
inline |
◆ get() [1/2]
bool bb::crypto::merkle_tree::MemoryStore::get |
( |
std::string const & |
key, |
|
|
std::vector< uint8_t > & |
value |
|
) |
| |
|
inline |
◆ get() [2/2]
bool bb::crypto::merkle_tree::MemoryStore::get |
( |
std::vector< uint8_t > const & |
key, |
|
|
std::vector< uint8_t > & |
value |
|
) |
| |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ put() [1/2]
bool bb::crypto::merkle_tree::MemoryStore::put |
( |
std::string const & |
key, |
|
|
std::vector< uint8_t > const & |
value |
|
) |
| |
|
inline |
◆ put() [2/2]
◆ rollback()
void bb::crypto::merkle_tree::MemoryStore::rollback |
( |
| ) |
|
|
inline |
◆ to_string()
std::string bb::crypto::merkle_tree::MemoryStore::to_string |
( |
std::vector< uint8_t > const & |
input | ) |
|
|
inlineprivate |
◆ deletes_
std::set<std::string> bb::crypto::merkle_tree::MemoryStore::deletes_ |
|
private |
◆ puts_
std::map<std::string, std::string> bb::crypto::merkle_tree::MemoryStore::puts_ |
|
private |
◆ store_
std::map<std::string, std::string> bb::crypto::merkle_tree::MemoryStore::store_ |
|
private |
The documentation for this class was generated from the following file: