rippled
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
iterator ()=default | |
iterator (partition_map_type *map) | |
reference | operator* () const |
pointer | operator-> () const |
void | inc () |
iterator & | operator++ () |
iterator | operator++ (int) |
Public Attributes | |
partition_map_type * | map_ {nullptr} |
partition_map_type::iterator | ait_ |
map_type::iterator | mit_ |
Friends | |
bool | operator== (iterator const &lhs, iterator const &rhs) |
bool | operator!= (iterator const &lhs, iterator const &rhs) |
Definition at line 64 of file partitioned_unordered_map.h.
using ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 66 of file partitioned_unordered_map.h.
|
default |
ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::iterator | ( | partition_map_type * | map | ) |
Definition at line 73 of file partitioned_unordered_map.h.
reference ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator* | ( | ) | const |
Definition at line 78 of file partitioned_unordered_map.h.
pointer ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator-> | ( | ) | const |
Definition at line 84 of file partitioned_unordered_map.h.
void ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::inc | ( | ) |
Definition at line 90 of file partitioned_unordered_map.h.
iterator& ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | ) |
Definition at line 104 of file partitioned_unordered_map.h.
iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | int | ) |
Definition at line 112 of file partitioned_unordered_map.h.
|
friend |
Definition at line 120 of file partitioned_unordered_map.h.
|
friend |
Definition at line 127 of file partitioned_unordered_map.h.
partition_map_type* ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::map_ {nullptr} |
Definition at line 67 of file partitioned_unordered_map.h.
partition_map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::ait_ |
Definition at line 68 of file partitioned_unordered_map.h.
map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::mit_ |
Definition at line 69 of file partitioned_unordered_map.h.