|
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) |
| bool | operator!= (ConstIterator const &lhs, ConstIterator const &rhs) |
Definition at line 124 of file partitioned_unordered_map.h.
| using xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::iterator_category = std::forward_iterator_tag |
Definition at line 126 of file partitioned_unordered_map.h.
|
default |
| xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ConstIterator | ( | partition_map_type * | m | ) |
Definition at line 134 of file partitioned_unordered_map.h.
| xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ConstIterator | ( | Iterator const & | orig | ) |
Definition at line 138 of file partitioned_unordered_map.h.
| const_reference xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator* | ( | ) | const |
Definition at line 146 of file partitioned_unordered_map.h.
| const_pointer xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator-> | ( | ) | const |
Definition at line 152 of file partitioned_unordered_map.h.
| void xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::inc | ( | ) |
Definition at line 158 of file partitioned_unordered_map.h.
| ConstIterator & xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator++ | ( | ) |
Definition at line 172 of file partitioned_unordered_map.h.
| ConstIterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::operator++ | ( | int | ) |
Definition at line 180 of file partitioned_unordered_map.h.
|
friend |
Definition at line 188 of file partitioned_unordered_map.h.
|
friend |
Definition at line 194 of file partitioned_unordered_map.h.
| partition_map_type* xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::map {nullptr} |
Definition at line 128 of file partitioned_unordered_map.h.
| partition_map_type::iterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::ait {} |
Definition at line 129 of file partitioned_unordered_map.h.
| map_type::iterator xrpl::PartitionedUnorderedMap< Key, Value, Hash, Pred, Alloc >::ConstIterator::mit |
Definition at line 130 of file partitioned_unordered_map.h.