52 r_IterType( T* newLastElem, T* newElems, T* newCurrPos );
79 #include "itertype.cpp"
81 #include "itertype.cc"
r_IterType< T > & operator++()
prefix incrementor
T * myElems
Definition: itertype.hh:72
r_IterType< T > & operator=(const r_IterType< T > &iter)
assignment operator
bool operator==(const r_IterType< T > &otherIter)
equal comparison: equal if they point to the same element.
T operator*()
the dereference operator gets the actual element
r_IterType()
default constructor
Definition: itertype.hh:44
T * lastElem
Definition: itertype.hh:71
T * currPos
Definition: itertype.hh:73
bool operator!=(const r_IterType< T > &otherIter)
no equal comparison: not equal if they point to different elements