Iterator to iterate over all tiles belonging to an airport. More...
#include <station_base.h>
Public Member Functions | |
AirportTileIterator (const Station *st) | |
Construct the iterator. | |
TileIterator & | operator++ () |
Move ourselves to the next tile in the rectangle on the map. | |
virtual TileIterator * | Clone () const |
Allocate a new iterator that is a copy of this one. | |
Private Attributes | |
const Station * | st |
The station the airport is a part of. |
Iterator to iterate over all tiles belonging to an airport.
Definition at line 426 of file station_base.h.
AirportTileIterator::AirportTileIterator | ( | const Station * | st | ) | [inline] |
Construct the iterator.
ta | Area, i.e. begin point and width/height of to-be-iterated area. |
Definition at line 435 of file station_base.h.
Referenced by Clone().