|
rippled
|

Public Types | |
| using | value_type = Dir::value_type |
| using | pointer = value_type const * |
| using | reference = value_type const & |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| bool | operator== (const_iterator const &other) const |
| bool | operator!= (const_iterator const &other) const |
| reference | operator* () const |
| pointer | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | next_page () |
| std::size_t | page_size () |
| Keylet const & | page () const |
| uint256 | index () const |
Private Member Functions | |
| const_iterator (ReadView const &view, Keylet const &root, Keylet const &page) | |
Private Attributes | |
| ReadView const * | view_ = nullptr |
| Keylet | root_ |
| Keylet | page_ |
| uint256 | index_ |
| std::optional< value_type > | cache_ |
| std::shared_ptr< SLE const > | sle_ |
| STVector256 const * | indexes_ = nullptr |
| std::vector< uint256 >::const_iterator | it_ |
Friends | |
| class | Dir |
Definition at line 49 of file Directory.h.
Definition at line 52 of file Directory.h.
| using ripple::Dir::const_iterator::pointer = value_type const* |
Definition at line 53 of file Directory.h.
| using ripple::Dir::const_iterator::reference = value_type const& |
Definition at line 54 of file Directory.h.
Definition at line 55 of file Directory.h.
Definition at line 56 of file Directory.h.
|
private |
Definition at line 103 of file Directory.h.
| bool ripple::const_iterator::operator== | ( | const_iterator const & | other | ) | const |
Definition at line 58 of file Directory.cpp.
| bool ripple::Dir::const_iterator::operator!= | ( | const_iterator const & | other | ) | const |
Definition at line 62 of file Directory.h.
| const_iterator::reference ripple::const_iterator::operator* | ( | ) | const |
Definition at line 68 of file Directory.cpp.
| pointer ripple::Dir::const_iterator::operator-> | ( | ) | const |
Definition at line 71 of file Directory.h.
| const_iterator & ripple::const_iterator::operator++ | ( | ) |
Definition at line 77 of file Directory.cpp.
| const_iterator ripple::const_iterator::operator++ | ( | int | ) |
Definition at line 91 of file Directory.cpp.
| const_iterator & ripple::const_iterator::next_page | ( | ) |
Definition at line 100 of file Directory.cpp.
| std::size_t ripple::const_iterator::page_size | ( | ) |
Definition at line 129 of file Directory.cpp.
| Keylet const& ripple::Dir::const_iterator::page | ( | ) | const |
Definition at line 89 of file Directory.h.
| uint256 ripple::Dir::const_iterator::index | ( | ) | const |
Definition at line 95 of file Directory.h.
|
friend |
Definition at line 101 of file Directory.h.
|
private |
Definition at line 108 of file Directory.h.
|
private |
Definition at line 109 of file Directory.h.
|
private |
Definition at line 110 of file Directory.h.
|
private |
Definition at line 111 of file Directory.h.
|
mutableprivate |
Definition at line 112 of file Directory.h.
|
private |
Definition at line 113 of file Directory.h.
|
private |
Definition at line 114 of file Directory.h.
|
private |
Definition at line 115 of file Directory.h.
1.8.17