template<typename Map, typename EntryType, typename NodeType>
bpf::collection::MapIterator class

Base classes

template<typename IType, typename T>
class Iterator<MapIterator<Map, EntryType, NodeType>, EntryType>

Constructors, destructors, conversion operators

MapIterator(NodeType* root, NodeType* start)

Public functions

auto operator++() -> MapIterator&
auto operator--() -> MapIterator&
auto operator*() -> EntryType&
auto operator->() -> EntryType*
auto operator*() const -> const EntryType&
auto operator->() const -> const EntryType*
auto operator==(const MapIterator& other) const -> bool
auto operator!=(const MapIterator& other) const -> bool

Public variables

friend Map