Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::RangeMask::const_iterator Class Reference

#include <RangeMask.h>

Inheritance diagram for dev::RangeMask::const_iterator:

Public Member Functions

 const_iterator ()
 
unsigned operator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const_iterator const &_i) const
 
bool operator!= (const_iterator const &_i) const
 
bool operator< (const_iterator const &_i) const
 

Friends

class RangeMask
 

Detailed Description

Definition at line 157 of file RangeMask.h.

Constructor & Destructor Documentation

◆ const_iterator()

dev::RangeMask::const_iterator::const_iterator ( )
inline

Definition at line 162 of file RangeMask.h.

Member Function Documentation

◆ operator!=()

bool dev::RangeMask::const_iterator::operator!= ( const_iterator const &  _i) const
inline

Definition at line 169 of file RangeMask.h.

◆ operator*()

unsigned dev::RangeMask::const_iterator::operator* ( ) const
inline

Definition at line 164 of file RangeMask.h.

◆ operator++() [1/2]

const_iterator& dev::RangeMask::const_iterator::operator++ ( )
inline

Definition at line 165 of file RangeMask.h.

◆ operator++() [2/2]

const_iterator dev::RangeMask::const_iterator::operator++ ( int  )
inline

Definition at line 166 of file RangeMask.h.

◆ operator<()

bool dev::RangeMask::const_iterator::operator< ( const_iterator const &  _i) const
inline

Definition at line 170 of file RangeMask.h.

◆ operator==()

bool dev::RangeMask::const_iterator::operator== ( const_iterator const &  _i) const
inline

Definition at line 168 of file RangeMask.h.

Friends And Related Function Documentation

◆ RangeMask

friend class RangeMask
friend

Definition at line 159 of file RangeMask.h.


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