Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <TrieDB.h>
Public Types | |
using | value_type = std::pair< bytesConstRef, bytesConstRef > |
Public Member Functions | |
iterator () | |
iterator (HashedGenericTrieDB const *) | |
iterator (HashedGenericTrieDB const *, bytesConstRef) | |
iterator & | operator++ () |
value_type | operator* () const |
value_type | operator-> () const |
bool | operator== (iterator const &) const |
bool | operator!= (iterator const &) const |
value_type | at () const |
using dev::HashedGenericTrieDB< _DB >::iterator::value_type = std::pair<bytesConstRef, bytesConstRef> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |