![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <MemoryDB.h>
Public Member Functions | |
| void | insert (Slice _key, Slice _value) override |
| void | kill (Slice _key) override |
| std::unordered_map< std::string, std::string > & | writeBatch () |
| size_t | size () |
Public Member Functions inherited from dev::db::WriteBatchFace | |
| virtual | ~WriteBatchFace ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from dev::db::WriteBatchFace | |
| WriteBatchFace ()=default | |
| WriteBatchFace (WriteBatchFace const &)=delete | |
| WriteBatchFace & | operator= (WriteBatchFace const &)=delete |
| WriteBatchFace (WriteBatchFace &&)=delete | |
| WriteBatchFace & | operator= (WriteBatchFace &&)=delete |
Definition at line 28 of file MemoryDB.h.
Implements dev::db::WriteBatchFace.
Definition at line 25 of file MemoryDB.cpp.
|
overridevirtual |
Implements dev::db::WriteBatchFace.
Definition at line 30 of file MemoryDB.cpp.
|
inline |
Definition at line 35 of file MemoryDB.h.
|
inline |
Definition at line 34 of file MemoryDB.h.