ThunderEgg
1.0.0
|
Input iterator for Orthant values. More...
#include <Orthant.h>
Public Member Functions | |
Iterator (Orthant< D > o_in) | |
Construct a new Iterator object with the given Orthant value. More... | |
const Orthant< D > & | operator++ () |
Increment the Orthant value. More... | |
const Orthant< D > & | operator* () const |
Get a reference to the Orthant object. More... | |
const Orthant< D > * | operator-> () const |
Get a pointer to the Orthant 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 Orthant values.
|
inlineexplicit |
|
inline |
Check the iterators don't reference the same value.
b | the other iterator |
|
inline |
Get a reference to the Orthant object.
|
inline |
Increment the Orthant value.
|
inline |
Get a pointer to the Orthant object.
|
inline |
Check the iterators reference the same value.
b | the other iterator |