|
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 127 of file partitioned_unordered_map.h.
| using ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 129 of file partitioned_unordered_map.h.
|
default |
| ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::const_iterator | ( | partition_map_type * | map | ) |
Definition at line 137 of file partitioned_unordered_map.h.
| ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::const_iterator | ( | iterator const & | orig | ) |
Definition at line 141 of file partitioned_unordered_map.h.
| const_reference ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator* | ( | ) | const |
Definition at line 149 of file partitioned_unordered_map.h.
| const_pointer ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator-> | ( | ) | const |
Definition at line 155 of file partitioned_unordered_map.h.
| void ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::inc | ( | ) |
Definition at line 161 of file partitioned_unordered_map.h.
| const_iterator & ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | ) |
Definition at line 175 of file partitioned_unordered_map.h.
| const_iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | int | ) |
Definition at line 183 of file partitioned_unordered_map.h.
|
friend |
Definition at line 191 of file partitioned_unordered_map.h.
|
friend |
Definition at line 198 of file partitioned_unordered_map.h.
| partition_map_type* ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::map_ {nullptr} |
Definition at line 131 of file partitioned_unordered_map.h.
| partition_map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::ait_ |
Definition at line 132 of file partitioned_unordered_map.h.
| map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::mit_ |
Definition at line 133 of file partitioned_unordered_map.h.