|
OpenStructure
|
#include <index.hh>
Public Member Functions | |
| IndexIterator (int w, int h, int d) | |
| IndexIterator (const Size &s) | |
| bool | AtStart () const |
| bool | AtEnd () const |
| IndexIterator & | ToStart () |
| IndexIterator & | ToEnd () |
| IndexIterator & | operator++ () |
| IndexIterator | operator++ (int) |
| IndexIterator & | operator-- () |
| IndexIterator | operator-- (int) |
| operator Index () const | |
| IndexIterator | ( | int | w, |
| int | h, | ||
| int | d | ||
| ) |
| IndexIterator | ( | const Size & | s | ) |
| bool AtEnd | ( | ) | const |
| bool AtStart | ( | ) | const |
| operator Index | ( | ) | const |
| IndexIterator & operator++ | ( | ) |
| IndexIterator operator++ | ( | int | ) |
| IndexIterator & operator-- | ( | ) |
| IndexIterator operator-- | ( | int | ) |
| IndexIterator & ToEnd | ( | ) |
| IndexIterator & ToStart | ( | ) |