| 
    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 33 of file BookDirs.h.
Definition at line 36 of file BookDirs.h.
| using ripple::BookDirs::const_iterator::pointer = value_type const* | 
Definition at line 37 of file BookDirs.h.
| using ripple::BookDirs::const_iterator::reference = value_type const& | 
Definition at line 38 of file BookDirs.h.
Definition at line 39 of file BookDirs.h.
Definition at line 40 of file BookDirs.h.
      
  | 
  default | 
      
  | 
  private | 
Definition at line 71 of file BookDirs.h.
| bool ripple::BookDirs::const_iterator::operator== | ( | BookDirs::const_iterator const & | other | ) | const | 
Definition at line 50 of file BookDirs.cpp.
| bool ripple::BookDirs::const_iterator::operator!= | ( | const_iterator const & | other | ) | const | 
Definition at line 48 of file BookDirs.h.
| BookDirs::const_iterator::reference ripple::BookDirs::const_iterator::operator* | ( | ) | const | 
Definition at line 65 of file BookDirs.cpp.
| pointer ripple::BookDirs::const_iterator::operator-> | ( | ) | const | 
Definition at line 57 of file BookDirs.h.
| BookDirs::const_iterator & ripple::BookDirs::const_iterator::operator++ | ( | ) | 
Definition at line 76 of file BookDirs.cpp.
| BookDirs::const_iterator ripple::BookDirs::const_iterator::operator++ | ( | int | ) | 
Definition at line 108 of file BookDirs.cpp.
      
  | 
  friend | 
Definition at line 69 of file BookDirs.h.
      
  | 
  private | 
Definition at line 79 of file BookDirs.h.
      
  | 
  private | 
Definition at line 80 of file BookDirs.h.
      
  | 
  private | 
Definition at line 81 of file BookDirs.h.
      
  | 
  private | 
Definition at line 82 of file BookDirs.h.
      
  | 
  private | 
Definition at line 83 of file BookDirs.h.
      
  | 
  private | 
Definition at line 84 of file BookDirs.h.
      
  | 
  private | 
Definition at line 85 of file BookDirs.h.
      
  | 
  private | 
Definition at line 86 of file BookDirs.h.
      
  | 
  mutableprivate | 
Definition at line 87 of file BookDirs.h.
      
  | 
  staticprivate | 
Definition at line 89 of file BookDirs.h.