|
rippled
|

Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = SHAMapItem |
| using | reference = value_type const & |
| using | pointer = value_type const * |
Public Member Functions | |
| const_iterator ()=delete | |
| const_iterator (const_iterator const &other)=default | |
| const_iterator & | operator= (const_iterator const &other)=default |
| ~const_iterator ()=default | |
| reference | operator* () const |
| pointer | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
Private Member Functions | |
| const_iterator (SHAMap const *map) | |
| const_iterator (SHAMap const *map, std::nullptr_t) | |
| const_iterator (SHAMap const *map, pointer item, SharedPtrNodeStack &&stack) | |
Private Attributes | |
| SharedPtrNodeStack | stack_ |
| SHAMap const * | map_ = nullptr |
| pointer | item_ = nullptr |
Friends | |
| class | SHAMap |
| bool | operator== (const_iterator const &x, const_iterator const &y) |
| using ripple::SHAMap::const_iterator::reference = value_type const& |
| using ripple::SHAMap::const_iterator::pointer = value_type const* |
|
delete |
|
default |
|
default |
|
explicitprivate |
|
private |
|
private |
|
default |
| SHAMap::const_iterator::reference ripple::SHAMap::const_iterator::operator* | ( | ) | const |
| SHAMap::const_iterator::pointer ripple::SHAMap::const_iterator::operator-> | ( | ) | const |
| SHAMap::const_iterator & ripple::SHAMap::const_iterator::operator++ | ( | ) |
| SHAMap::const_iterator ripple::SHAMap::const_iterator::operator++ | ( | int | ) |
|
friend |
|
private |
|
private |
1.8.17