ThunderEgg
1.0.0
|
Input iterator for Side values. More...
#include <Face.h>
Public Member Functions | |
Iterator (Face< D, M > s) | |
Construct a new Iterator object with the given Side value. More... | |
const Face< D, M > & | operator++ () |
Increment the side value. More... | |
const Face< D, M > & | operator* () const |
Get a reference to the side object. More... | |
const Face< D, M > * | operator-> () const |
Get a pointer to the side object. More... | |
bool | operator== (const Iterator &b) const |
Check the iterators reference the same value. More... | |
bool | operator!= (const Iterator &b) const |
Check the iterators don't reference the same value. More... | |
Input iterator for Side values.
|
inlineexplicit |
Construct a new Iterator object with the given Side value.
s_in | the side |
|
inline |
Check the iterators don't reference the same value.
b | the other iterator |
|
inline |
Get a reference to the side object.
|
inline |
Increment the side value.
|
inline |
Get a pointer to the side object.
|
inline |
Check the iterators reference the same value.
b | the other iterator |