#include <mapcomposite.hpp>
Public Member Functions | |
ZoneIterator (const MapRegion &, const MapContent *) | |
void | operator++ () |
MapZone * | operator* () const |
operator bool () const | |
Public Attributes | |
MapRegion | region |
Zones to visit. | |
unsigned | pos |
MapZone * | current |
const MapContent * | map |
Definition at line 56 of file mapcomposite.hpp.
MapRegion ZoneIterator::region |