rippled
|
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 133 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 135 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 143 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 147 of file partitioned_unordered_map.h.
const_reference ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator* | ( | ) | const |
Definition at line 155 of file partitioned_unordered_map.h.
const_pointer ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator-> | ( | ) | const |
Definition at line 161 of file partitioned_unordered_map.h.
void ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::inc | ( | ) |
Definition at line 167 of file partitioned_unordered_map.h.
const_iterator& ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | ) |
Definition at line 181 of file partitioned_unordered_map.h.
const_iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::operator++ | ( | int | ) |
Definition at line 189 of file partitioned_unordered_map.h.
|
friend |
Definition at line 197 of file partitioned_unordered_map.h.
|
friend |
Definition at line 204 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 137 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 138 of file partitioned_unordered_map.h.
map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::const_iterator::mit_ |
Definition at line 139 of file partitioned_unordered_map.h.