rippled
|
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 51 of file BookDirs.h.
Definition at line 54 of file BookDirs.h.
using ripple::BookDirs::const_iterator::pointer = value_type const* |
Definition at line 55 of file BookDirs.h.
using ripple::BookDirs::const_iterator::reference = value_type const& |
Definition at line 56 of file BookDirs.h.
Definition at line 57 of file BookDirs.h.
Definition at line 58 of file BookDirs.h.
|
default |
|
private |
Definition at line 89 of file BookDirs.h.
bool ripple::BookDirs::const_iterator::operator== | ( | BookDirs::const_iterator const & | other | ) | const |
Definition at line 67 of file BookDirs.cpp.
bool ripple::BookDirs::const_iterator::operator!= | ( | const_iterator const & | other | ) | const |
Definition at line 66 of file BookDirs.h.
BookDirs::const_iterator::reference ripple::BookDirs::const_iterator::operator* | ( | ) | const |
Definition at line 79 of file BookDirs.cpp.
pointer ripple::BookDirs::const_iterator::operator-> | ( | ) | const |
Definition at line 75 of file BookDirs.h.
BookDirs::const_iterator & ripple::BookDirs::const_iterator::operator++ | ( | ) |
Definition at line 88 of file BookDirs.cpp.
BookDirs::const_iterator ripple::BookDirs::const_iterator::operator++ | ( | int | ) |
Definition at line 114 of file BookDirs.cpp.
|
friend |
Definition at line 87 of file BookDirs.h.
|
private |
Definition at line 97 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.
|
mutableprivate |
Definition at line 105 of file BookDirs.h.
|
staticprivate |
Definition at line 107 of file BookDirs.h.