Class LocalCellHandler::Iterator

Nested Relationships

This class is a nested type of Class LocalCellHandler.

Class Documentation

class Iterator

Internal iterator class.

Public Functions

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