Model Railroad System  2.2.2
Classes | Namespaces | Typedefs
Train.h File Reference
#include <Common.h>
#include <Station.h>
#include <Division.h>
#include <Industry.h>

Classes

class  FCFSupport::Train
 The Train class represents a train. More...
 
union  FCFSupport::Train::StationOrIndustry
 Union of stations or industries, used for stops. More...
 

Namespaces

 FCFSupport
 Namespace to hold all of the FCF Support code.
 

Typedefs

typedef map< int, Train *, less< int > > FCFSupport::TrainMap
 A map of trains, indexed by integer (train index). More...
 
typedef map< string, Train *, less< string > > FCFSupport::TrainNameMap
 A map of trains, indexed by string (Train name). More...