|
xrpld
|
#include <partitioned_unordered_map.h>

Public Types | |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| ConstIterator ()=default | |
| ConstIterator (partition_map_type *m) | |
| ConstIterator (Iterator const &orig) | |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| void | inc () |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
Public Attributes | |
| partition_map_type * | map {nullptr} |
| partition_map_type::iterator | ait {} |
| map_type::iterator | mit |
Friends | |
| bool | operator== (ConstIterator const &lhs, ConstIterator const &rhs) |
Definition at line 121 of file partitioned_unordered_map.h.
| using xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::iterator_category = std::forward_iterator_tag |
Definition at line 123 of file partitioned_unordered_map.h.
|
default |
| xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ConstIterator | ( | partition_map_type * | m | ) |
Definition at line 131 of file partitioned_unordered_map.h.
| xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ConstIterator | ( | Iterator const & | orig | ) |
Definition at line 135 of file partitioned_unordered_map.h.
| const_reference xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator* | ( | ) | const |
Definition at line 140 of file partitioned_unordered_map.h.
| const_pointer xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator-> | ( | ) | const |
Definition at line 146 of file partitioned_unordered_map.h.
| void xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::inc | ( | ) |
Definition at line 152 of file partitioned_unordered_map.h.
| ConstIterator & xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator++ | ( | ) |
Definition at line 166 of file partitioned_unordered_map.h.
| ConstIterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator++ | ( | int | ) |
Definition at line 174 of file partitioned_unordered_map.h.
|
friend |
Definition at line 182 of file partitioned_unordered_map.h.
| partition_map_type* xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::map {nullptr} |
Definition at line 125 of file partitioned_unordered_map.h.
| partition_map_type::iterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ait {} |
Definition at line 126 of file partitioned_unordered_map.h.
| map_type::iterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::mit |
Definition at line 127 of file partitioned_unordered_map.h.