Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | List of all members
dev::SpecificTrieDB< Generic, _KeyType >::iterator Class Reference

#include <TrieDB.h>

Inheritance diagram for dev::SpecificTrieDB< Generic, _KeyType >::iterator:
[legend]
Collaboration diagram for dev::SpecificTrieDB< Generic, _KeyType >::iterator:
[legend]

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 337 of file TrieDB.h.

Member Typedef Documentation

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

Definition at line 340 of file TrieDB.h.

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

Definition at line 341 of file TrieDB.h.

Constructor & Destructor Documentation

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

Definition at line 343 of file TrieDB.h.

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

Definition at line 344 of file TrieDB.h.

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

Definition at line 345 of file TrieDB.h.

Member Function Documentation

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

Definition at line 768 of file TrieDB.h.

Here is the call graph for this function:

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

Definition at line 347 of file TrieDB.h.

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

Definition at line 348 of file TrieDB.h.


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