Class RecordList::ConstIterator

Nested Relationships

This class is a nested type of Class AllocationMap::RecordList.

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()
ConstIterator(const RecordList *list, iterator_begin)
ConstIterator(const RecordList *list, iterator_end)
ConstIterator(const ConstIterator&)
const AllocationRecord &operator*()
const AllocationRecord *operator->()
AllocationMap::RecordList::ConstIterator &operator++()
AllocationMap::RecordList::ConstIterator operator++(int)
bool operator==(const ConstIterator &other) const
bool operator!=(const ConstIterator &other) const