AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ SeriesStepper()

aff::util::SeriesStepper::SeriesStepper ( const LinearShape shape)
inline

only non-copy constructor

Definition at line 67 of file seriesstepper.h.

67  :
68  Mfirst_offset(shape.offset(shape.first())),
69  Mlast_offset(shape.offset(shape.last())),
70  Mbase(shape.base()),
71  Mcurrent(Mfirst_offset), Mvalid(true) { }
Tsubscript Mcurrent
hold current position offset to memory
Definition: seriesstepper.h:99
Tsubscript Mfirst_offset
store current bounds to reduce execution time
Definition: seriesstepper.h:95
Tsubscript Mbase
hold base to be able to return index value
Definition: seriesstepper.h:97
bool Mvalid
true while not passed start or end