Fabcoin Core
0.16.2
P2P Digital Currency
|
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 | |
iterator & | operator++ () |
iterator | operator++ (int) |
RLP | operator* () const |
bool | operator== (iterator const &_cmp) const |
bool | operator!= (iterator const &_cmp) const |
Private Member Functions | |
iterator () | |
iterator (RLP const &_parent, bool _begin) | |
Private Attributes | |
size_t | m_remaining = 0 |
bytesConstRef | m_currentItem |
Friends | |
class | RLP |
using dev::RLP::iterator::element_type = RLP |
using dev::RLP::iterator::value_type = RLP |
|
private |
|
inline |
RLP::iterator & RLP::iterator::operator++ | ( | ) |
|
inline |
|
inline |
|
private |