Public Types |
typedef GRID | grid_type |
Public Methods |
| int_cell_iterator () |
| int_cell_iterator (grid_type const &gg, int cc=0) |
self & | operator++ () |
self const & | operator * () const |
grid_type const & | TheGrid () const |
bool | IsDone () const |
int | handle () const |
bool | operator== (self const &rhs) const |
bool | operator!= (self const &rhs) const |
Protected Attributes |
grid_type const * | g |
int | c |