My Project
|
Only needs to provide interface for doing nothing. More...
#include <Iterators.hpp>
Public Types | |
using | Reference = const Entity< 0 > & |
Public Member Functions | |
HierarchicIterator (const CpGridData &grid) | |
HierarchicIterator (Entity< 0 > target, int maxLevel) | |
HierarchicIterator (int maxLevel) | |
bool | operator== (const HierarchicIterator &other) const |
Equality. | |
bool | operator!= (const HierarchicIterator &other) const |
Inequality. | |
HierarchicIterator & | operator++ () |
HierarchicIterator | operator++ (int) |
const Entity< 0 > * | operator-> () const |
Const member by pointer operator. | |
const Entity< 0 > & | operator* () const |
Const dereferencing operator. | |
Only needs to provide interface for doing nothing.
|
inlineexplicit |
|
inline |
|
inline |