|
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 58 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 60 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 67 of file partitioned_unordered_map.h.
| reference ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator* | ( | ) | const |
Definition at line 72 of file partitioned_unordered_map.h.
| pointer ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator-> | ( | ) | const |
Definition at line 78 of file partitioned_unordered_map.h.
| void ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::inc | ( | ) |
Definition at line 84 of file partitioned_unordered_map.h.
| iterator & ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | ) |
Definition at line 98 of file partitioned_unordered_map.h.
| iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::operator++ | ( | int | ) |
Definition at line 106 of file partitioned_unordered_map.h.
|
friend |
Definition at line 114 of file partitioned_unordered_map.h.
|
friend |
Definition at line 121 of file partitioned_unordered_map.h.
| partition_map_type* ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::map_ {nullptr} |
Definition at line 61 of file partitioned_unordered_map.h.
| partition_map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::ait_ |
Definition at line 62 of file partitioned_unordered_map.h.
| map_type::iterator ripple::partitioned_unordered_map< Key, Value, Hash, Pred, Alloc >::iterator::mit_ |
Definition at line 63 of file partitioned_unordered_map.h.