![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <TrieDB.h>
Classes | |
| class | iterator |
Public Types | |
| using | DB = _DB |
Public Member Functions | |
| HashedGenericTrieDB (DB *_db=nullptr) | |
| HashedGenericTrieDB (DB *_db, h256 _root, Verification _v=Verification::Normal) | |
| std::string | at (bytesConstRef _key) const |
| bool | contains (bytesConstRef _key) const |
| void | insert (bytesConstRef _key, bytesConstRef _value) |
| void | remove (bytesConstRef _key) |
| iterator | begin () const |
| iterator | end () const |
| iterator | lower_bound (bytesConstRef) const |
| using dev::HashedGenericTrieDB< _DB >::DB = _DB |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |