Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::RLP::iterator Class Reference

Iterator class for iterating through items of RLP list. More...

#include <RLP.h>

Public Types

using value_type = RLP
 
using element_type = RLP
 

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
RLP operator* () const
 
bool operator== (iterator const &_cmp) const
 
bool operator!= (iterator const &_cmp) const
 

Friends

class RLP
 

Detailed Description

Iterator class for iterating through items of RLP list.

Definition at line 130 of file RLP.h.

Member Typedef Documentation

◆ element_type

Definition at line 136 of file RLP.h.

◆ value_type

Definition at line 135 of file RLP.h.

Member Function Documentation

◆ operator!=()

bool dev::RLP::iterator::operator!= ( iterator const &  _cmp) const
inline

Definition at line 142 of file RLP.h.

◆ operator*()

RLP dev::RLP::iterator::operator* ( ) const
inline

Definition at line 140 of file RLP.h.

◆ operator++() [1/2]

RLP::iterator & RLP::iterator::operator++ ( )

Definition at line 55 of file RLP.cpp.

◆ operator++() [2/2]

iterator dev::RLP::iterator::operator++ ( int  )
inline

Definition at line 139 of file RLP.h.

◆ operator==()

bool dev::RLP::iterator::operator== ( iterator const &  _cmp) const
inline

Definition at line 141 of file RLP.h.

Friends And Related Function Documentation

◆ RLP

friend class RLP
friend

Definition at line 132 of file RLP.h.


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