|
rippled
|
#include <Dir.h>

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 |
| using ripple::Dir::const_iterator::pointer = value_type const* |
| using ripple::Dir::const_iterator::reference = value_type const& |
| bool ripple::const_iterator::operator== | ( | const_iterator const & | other | ) | const |
| bool ripple::Dir::const_iterator::operator!= | ( | const_iterator const & | other | ) | const |
| const_iterator::reference ripple::const_iterator::operator* | ( | ) | const |
| const_iterator & ripple::const_iterator::operator++ | ( | ) |
| const_iterator ripple::const_iterator::operator++ | ( | int | ) |
| const_iterator & ripple::const_iterator::next_page | ( | ) |
| std::size_t ripple::const_iterator::page_size | ( | ) |
|
private |
|
mutableprivate |
|
private |
|
private |
|
private |