Class LocalCellHandler::ConstIterator

Nested Relationships

This class is a nested type of Class LocalCellHandler.

Class Documentation

class ConstIterator

Internal const iterator class.

Public Functions

inline ConstIterator(const LocalCellHandler &handler, size_t index)
inline ConstIterator operator++()
inline const Cell &operator*()
inline bool operator==(const ConstIterator &other) const
inline bool operator!=(const ConstIterator &other) const