|
TARAXA
|
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 |
Iterator class for iterating through items of RLP list.
|
inlineprivate |
|
inline |
| RLP::iterator & RLP::iterator::operator++ | ( | ) |
|
private |
|
private |