|
MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
|
#include <Grid.h>
Public Member Functions | |
| MyIterator (Grid< GC > &g, int i=0, int j=0) | |
| bool | operator!= (const MyIterator &m) const |
| void | operator++ () |
| int | operator- (const MyIterator &m) const |
| PointerType | operator* () const |
A minimal iterator over the Tiles of a grid. Access via Grid::begin().
1.8.6