Public Member Functions | |
| Iterator (int value, int step) | |
| bool | operator!= (Iterator const &other) const |
| int | operator* () const |
| Iterator & | operator++ () |
Private Attributes | |
| int | _step |
| int | _value |
Instances of this helper class are returned as index iterators.