Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::SpecificTrieDB< Generic, _KeyType >::iterator Class Reference

#include <TrieDB.h>

Inheritance diagram for dev::SpecificTrieDB< Generic, _KeyType >::iterator:

Public Types

using Super = typename Generic::iterator
 
using value_type = std::pair< KeyType, bytesConstRef >
 

Public Member Functions

 iterator ()
 
 iterator (Generic const *_db)
 
 iterator (Generic const *_db, bytesConstRef _k)
 
value_type operator* () const
 
value_type operator-> () const
 
value_type at () const
 

Detailed Description

template<class Generic, class _KeyType>
class dev::SpecificTrieDB< Generic, _KeyType >::iterator

Definition at line 334 of file TrieDB.h.

Member Typedef Documentation

◆ Super

template<class Generic , class _KeyType >
using dev::SpecificTrieDB< Generic, _KeyType >::iterator::Super = typename Generic::iterator

Definition at line 337 of file TrieDB.h.

◆ value_type

template<class Generic , class _KeyType >
using dev::SpecificTrieDB< Generic, _KeyType >::iterator::value_type = std::pair<KeyType, bytesConstRef>

Definition at line 338 of file TrieDB.h.

Constructor & Destructor Documentation

◆ iterator() [1/3]

template<class Generic , class _KeyType >
dev::SpecificTrieDB< Generic, _KeyType >::iterator::iterator ( )
inline

Definition at line 340 of file TrieDB.h.

◆ iterator() [2/3]

template<class Generic , class _KeyType >
dev::SpecificTrieDB< Generic, _KeyType >::iterator::iterator ( Generic const *  _db)
inline

Definition at line 341 of file TrieDB.h.

◆ iterator() [3/3]

template<class Generic , class _KeyType >
dev::SpecificTrieDB< Generic, _KeyType >::iterator::iterator ( Generic const *  _db,
bytesConstRef  _k 
)
inline

Definition at line 342 of file TrieDB.h.

Member Function Documentation

◆ at()

template<class KeyType , class DB >
SpecificTrieDB< KeyType, DB >::iterator::value_type dev::SpecificTrieDB< KeyType, DB >::iterator::at

Definition at line 767 of file TrieDB.h.

◆ operator*()

template<class Generic , class _KeyType >
value_type dev::SpecificTrieDB< Generic, _KeyType >::iterator::operator* ( ) const
inline

Definition at line 344 of file TrieDB.h.

◆ operator->()

template<class Generic , class _KeyType >
value_type dev::SpecificTrieDB< Generic, _KeyType >::iterator::operator-> ( ) const
inline

Definition at line 345 of file TrieDB.h.


The documentation for this class was generated from the following file: