|
My Project
|
Public Member Functions | |
| IndexIterator (int index) | |
| void | increment () |
| void | decrement () |
| void | advance (int n) |
| int | distanceTo (const IndexIterator &o) const |
| bool | equals (const IndexIterator &o) const |
Protected Attributes | |
| int | index_ |