|
rippled
|
#include <partitioned_unordered_map.h>

Public Types | |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator (partition_map_type *map) | |
| const_iterator (iterator const &orig) | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| void | inc () |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
Public Attributes | |
| partition_map_type * | map_ {nullptr} |
| partition_map_type::iterator | ait_ |
| map_type::iterator | mit_ |
Friends | |
| bool | operator== (const_iterator const &lhs, const_iterator const &rhs) |
| bool | operator!= (const_iterator const &lhs, const_iterator const &rhs) |
Definition at line 124 of file partitioned_unordered_map.h.
| using xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 126 of file partitioned_unordered_map.h.
|
default |
| xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::const_iterator | ( | partition_map_type * | map | ) |
Definition at line 134 of file partitioned_unordered_map.h.
| xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::const_iterator | ( | iterator const & | orig | ) |
Definition at line 138 of file partitioned_unordered_map.h.
| const_reference xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator* | ( | ) | const |
Definition at line 146 of file partitioned_unordered_map.h.
| const_pointer xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator-> | ( | ) | const |
Definition at line 152 of file partitioned_unordered_map.h.
| void xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::inc | ( | ) |
Definition at line 158 of file partitioned_unordered_map.h.
| const_iterator & xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | ) |
Definition at line 172 of file partitioned_unordered_map.h.
| const_iterator xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | int | ) |
Definition at line 180 of file partitioned_unordered_map.h.
|
friend |
Definition at line 188 of file partitioned_unordered_map.h.
|
friend |
Definition at line 194 of file partitioned_unordered_map.h.
| partition_map_type* xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::map_ {nullptr} |
Definition at line 128 of file partitioned_unordered_map.h.
| partition_map_type::iterator xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::ait_ |
Definition at line 129 of file partitioned_unordered_map.h.
| map_type::iterator xrpl::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::mit_ |
Definition at line 130 of file partitioned_unordered_map.h.