Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::HashedGenericTrieDB< _DB >::iterator Class Reference

#include <TrieDB.h>

Public Types

using value_type = std::pair< bytesConstRef, bytesConstRef >
 

Public Member Functions

 iterator ()
 
 iterator (HashedGenericTrieDB const *)
 
 iterator (HashedGenericTrieDB const *, bytesConstRef)
 
iteratoroperator++ ()
 
value_type operator* () const
 
value_type operator-> () const
 
bool operator== (iterator const &) const
 
bool operator!= (iterator const &) const
 
value_type at () const
 

Detailed Description

template<class _DB>
class dev::HashedGenericTrieDB< _DB >::iterator

Definition at line 396 of file TrieDB.h.

Member Typedef Documentation

◆ value_type

template<class _DB >
using dev::HashedGenericTrieDB< _DB >::iterator::value_type = std::pair<bytesConstRef, bytesConstRef>

Definition at line 399 of file TrieDB.h.

Constructor & Destructor Documentation

◆ iterator() [1/3]

template<class _DB >
dev::HashedGenericTrieDB< _DB >::iterator::iterator ( )
inline

Definition at line 401 of file TrieDB.h.

◆ iterator() [2/3]

template<class _DB >
dev::HashedGenericTrieDB< _DB >::iterator::iterator ( HashedGenericTrieDB const *  )
inline

Definition at line 402 of file TrieDB.h.

◆ iterator() [3/3]

template<class _DB >
dev::HashedGenericTrieDB< _DB >::iterator::iterator ( HashedGenericTrieDB const *  ,
bytesConstRef   
)
inline

Definition at line 403 of file TrieDB.h.

Member Function Documentation

◆ at()

template<class _DB >
value_type dev::HashedGenericTrieDB< _DB >::iterator::at ( ) const
inline

Definition at line 412 of file TrieDB.h.

◆ operator!=()

template<class _DB >
bool dev::HashedGenericTrieDB< _DB >::iterator::operator!= ( iterator const &  ) const
inline

Definition at line 410 of file TrieDB.h.

◆ operator*()

template<class _DB >
value_type dev::HashedGenericTrieDB< _DB >::iterator::operator* ( ) const
inline

Definition at line 406 of file TrieDB.h.

◆ operator++()

template<class _DB >
iterator& dev::HashedGenericTrieDB< _DB >::iterator::operator++ ( )
inline

Definition at line 405 of file TrieDB.h.

◆ operator->()

template<class _DB >
value_type dev::HashedGenericTrieDB< _DB >::iterator::operator-> ( ) const
inline

Definition at line 407 of file TrieDB.h.

◆ operator==()

template<class _DB >
bool dev::HashedGenericTrieDB< _DB >::iterator::operator== ( iterator const &  ) const
inline

Definition at line 409 of file TrieDB.h.


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