station_base.h File Reference

Base classes/functions for stations. More...

#include "base_station_base.h"
#include "newgrf_airport.h"
#include "cargopacket.h"
#include "industry_type.h"
#include "newgrf_storage.h"
#include "cargodest_type.h"

Go to the source code of this file.

Data Structures

struct  GoodsEntry
struct  Airport
 All airport-related information. More...
struct  Station
 Station data structure. More...

Defines

#define FOR_ALL_STATIONS(var)   FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var)

Typedefs

typedef Pool< BaseStation,
StationID, 32, 64000 > 
StationPool
typedef std::list< RouteLink * > RouteLinkList
 List of RouteLinks.
typedef SmallVector< Industry *, 2 > IndustryVector

Variables

StationPool _station_pool
 The pool of stations.
static const byte INITIAL_STATION_RATING = 175

Detailed Description

Base classes/functions for stations.

Definition in file station_base.h.


Typedef Documentation

typedef std::list<RouteLink *> RouteLinkList

List of RouteLinks.

Definition at line 28 of file station_base.h.


Variable Documentation

The pool of stations.


Generated on Sun May 8 07:30:33 2011 for OpenTTD by  doxygen 1.6.1