|
rippled
|
#include <BookDirs.h>

Public Types | |
| using | value_type = BookDirs::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 | |
| const_iterator ()=default | |
| 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) |
Private Member Functions | |
| const_iterator (ReadView const &view, uint256 const &root, uint256 const &dir_key) | |
Private Attributes | |
| ReadView const * | view_ = nullptr |
| uint256 | root_ |
| uint256 | next_quality_ |
| uint256 | key_ |
| uint256 | cur_key_ |
| std::shared_ptr< SLE const > | sle_ |
| unsigned int | entry_ = 0 |
| uint256 | index_ |
| std::optional< value_type > | cache_ |
Static Private Attributes | |
| static beast::Journal | j_ |
Friends | |
| class | BookDirs |
Definition at line 52 of file BookDirs.h.
Definition at line 55 of file BookDirs.h.
| using ripple::BookDirs::const_iterator::pointer = value_type const* |
Definition at line 56 of file BookDirs.h.
| using ripple::BookDirs::const_iterator::reference = value_type const& |
Definition at line 57 of file BookDirs.h.
Definition at line 58 of file BookDirs.h.
Definition at line 59 of file BookDirs.h.
|
default |
|
private |
Definition at line 90 of file BookDirs.h.
| bool ripple::BookDirs::const_iterator::operator== | ( | BookDirs::const_iterator const & | other | ) | const |
Definition at line 68 of file BookDirs.cpp.
| bool ripple::BookDirs::const_iterator::operator!= | ( | const_iterator const & | other | ) | const |
Definition at line 67 of file BookDirs.h.
| BookDirs::const_iterator::reference ripple::BookDirs::const_iterator::operator* | ( | ) | const |
Definition at line 83 of file BookDirs.cpp.
| pointer ripple::BookDirs::const_iterator::operator-> | ( | ) | const |
Definition at line 76 of file BookDirs.h.
| BookDirs::const_iterator & ripple::BookDirs::const_iterator::operator++ | ( | ) |
Definition at line 94 of file BookDirs.cpp.
| BookDirs::const_iterator ripple::BookDirs::const_iterator::operator++ | ( | int | ) |
Definition at line 124 of file BookDirs.cpp.
|
friend |
Definition at line 88 of file BookDirs.h.
|
private |
Definition at line 98 of file BookDirs.h.
|
private |
Definition at line 99 of file BookDirs.h.
|
private |
Definition at line 100 of file BookDirs.h.
|
private |
Definition at line 101 of file BookDirs.h.
|
private |
Definition at line 102 of file BookDirs.h.
|
private |
Definition at line 103 of file BookDirs.h.
|
private |
Definition at line 104 of file BookDirs.h.
|
private |
Definition at line 105 of file BookDirs.h.
|
mutableprivate |
Definition at line 106 of file BookDirs.h.
|
staticprivate |
Definition at line 108 of file BookDirs.h.