|
xrpld
|
#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== (ConstIterator const &other) const |
| bool | operator!= (ConstIterator const &other) const |
| reference | operator* () const |
| pointer | operator-> () const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| ConstIterator & | nextPage () |
| std::size_t | pageSize () |
| Keylet const & | page () const |
| uint256 | index () const |
Private Member Functions | |
| ConstIterator (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_ |
| SLE::const_pointer | sle_ |
| STVector256 const * | indexes_ = nullptr |
| std::vector< uint256 >::const_iterator | it_ |
Friends | |
| class | Dir |
| using xrpl::Dir::ConstIterator::pointer = value_type const* |
| using xrpl::Dir::ConstIterator::reference = value_type const& |
| bool xrpl::const_iterator::operator== | ( | ConstIterator const & | other | ) | const |
| bool xrpl::Dir::ConstIterator::operator!= | ( | ConstIterator const & | other | ) | const |
| const_iterator::reference xrpl::const_iterator::operator* | ( | ) | const |
| const_iterator & xrpl::const_iterator::operator++ | ( | ) |
| const_iterator xrpl::const_iterator::operator++ | ( | int | ) |
| const_iterator & xrpl::const_iterator::nextPage | ( | ) |
| std::size_t xrpl::const_iterator::pageSize | ( | ) |
|
private |
|
mutableprivate |
|
private |
|
private |
|
private |