![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <db.h>
Public Member Functions | |
| virtual | ~WriteBatchFace ()=default |
| virtual void | insert (Slice _key, Slice _value)=0 |
| virtual void | kill (Slice _key)=0 |
Protected Member Functions | |
| WriteBatchFace ()=default | |
| WriteBatchFace (WriteBatchFace const &)=delete | |
| WriteBatchFace & | operator= (WriteBatchFace const &)=delete |
| WriteBatchFace (WriteBatchFace &&)=delete | |
| WriteBatchFace & | operator= (WriteBatchFace &&)=delete |
|
virtualdefault |
|
protecteddefault |
|
protecteddelete |
|
protecteddelete |
Implemented in dev::db::MemoryDBWriteBatch.
|
pure virtual |
Implemented in dev::db::MemoryDBWriteBatch.
|
protecteddelete |
|
protecteddelete |