|
Model Railroad System 2.2.2
|
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 | |
| namespace | 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... | |