SpinParser
1.0
|
Iterator over discrete cutoff values. More...
#include <CutoffDiscretization.hpp>
Public Member Functions | |
CutoffIterator (float *p) | |
Construct a new CutoffIterator object pointing to specific value. More... | |
float | operator* () const |
Iterator dereference. More... | |
bool | operator== (const CutoffIterator &rhs) const |
Iterator comparison. More... | |
bool | operator!= (const CutoffIterator &rhs) const |
Negative iterator comparison. More... | |
CutoffIterator & | operator++ () |
Prefix increment. More... | |
Iterator over discrete cutoff values.
|
inline |
Construct a new CutoffIterator object pointing to specific value.
p | Pointer to initial value. |
|
inline |
Negative iterator comparison.
rhs | Right hand side operand. |
|
inline |
Iterator dereference.
|
inline |
Prefix increment.
|
inline |
Iterator comparison.
rhs | Right hand side operand. |