ArrayIterator.h
Go to the documentation of this file.
35 ArrayIterator(ArrayType& array, unsigned index) : array(&array), mIndex(index), mCount(array.getItemCount())
ArrayIterator()=default
bool operator!=(const ArrayIterator &rhs) const
Definition: ArrayIterator.h:49
ArrayIterator(const ArrayIterator &)=default
bool operator==(const ArrayIterator &rhs) const
Definition: ArrayIterator.h:44
ArrayIterator(ArrayType &array, unsigned index)
Definition: ArrayIterator.h:35
Definition: Array.h:26
1.9.1