|
rippled
|
#include <partitioned_unordered_map.h>

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 77 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 79 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 86 of file partitioned_unordered_map.h.
| reference ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator* | ( | ) | const |
Definition at line 91 of file partitioned_unordered_map.h.
| pointer ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator-> | ( | ) | const |
Definition at line 97 of file partitioned_unordered_map.h.
| void ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::inc | ( | ) |
Definition at line 103 of file partitioned_unordered_map.h.
| iterator & ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | ) |
Definition at line 117 of file partitioned_unordered_map.h.
| iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | int | ) |
Definition at line 125 of file partitioned_unordered_map.h.
|
friend |
Definition at line 133 of file partitioned_unordered_map.h.
|
friend |
Definition at line 140 of file partitioned_unordered_map.h.
| partition_map_type* ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::map_ {nullptr} |
Definition at line 80 of file partitioned_unordered_map.h.
| partition_map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::ait_ |
Definition at line 81 of file partitioned_unordered_map.h.
| map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::mit_ |
Definition at line 82 of file partitioned_unordered_map.h.