Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | List of all members
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 399 of file TrieDB.h.

Member Typedef Documentation

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

Definition at line 402 of file TrieDB.h.

Constructor & Destructor Documentation

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

Definition at line 404 of file TrieDB.h.

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

Definition at line 405 of file TrieDB.h.

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

Definition at line 406 of file TrieDB.h.

Member Function Documentation

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

Definition at line 415 of file TrieDB.h.

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

Definition at line 413 of file TrieDB.h.

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

Definition at line 409 of file TrieDB.h.

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

Definition at line 408 of file TrieDB.h.

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

Definition at line 410 of file TrieDB.h.

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

Definition at line 412 of file TrieDB.h.


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