34 #define AFF_SERIESSTEPPER_CC_VERSION \ 35 "AFF_SERIESSTEPPER_CC V1.0" Root namespace of library.
Tsubscript Mcurrent
hold current position offset to memory
Tsubscript Mfirst_offset
store current bounds to reduce execution time
SeriesStepper & incr()
increment offset - return reference to itself
linear series class (prototypes)
SeriesStepper & tolast()
set current element index to the last - return reference to itself
SeriesStepper & decr()
decrement offset - return reference to itself
bool Mvalid
true while not passed start or end
A stepper for aff::Series.
SeriesStepper & tofirst()
set current element index to the first - return reference to itself