Class AllocationMap::ConstIterator

Nested Relationships

This class is a nested type of Class AllocationMap.

Inheritance Relationships

Base Type

  • public std::iterator< std::forward_iterator_tag, AllocationRecord >

Class Documentation

class ConstIterator : public std::iterator<std::forward_iterator_tag, AllocationRecord>

Public Functions

ConstIterator(const AllocationMap *map, iterator_begin)
ConstIterator(const AllocationMap *map, iterator_end)
ConstIterator(const ConstIterator&)
const AllocationRecord &operator*()
const AllocationRecord *operator->()
AllocationMap::ConstIterator &operator++()
AllocationMap::ConstIterator operator++(int)
bool operator==(const ConstIterator &other) const
bool operator!=(const ConstIterator &other) const