Model Railroad System 2.2.2
|
#include <Common.h>
#include <iostream>
#include <fstream>
Classes | |
class | TTSupport::Occupied |
This class records a train sitting on a storage track during a specified time frame. More... | |
class | TTSupport::TimeRange |
The TimeRange class implements a range of times. More... | |
class | TTSupport::StorageTrack |
The StorageTrack class implements a storage track. More... | |
class | TTSupport::Station |
The Station class implements a station. More... | |
Namespaces | |
namespace | TTSupport |
Time Table Support Namespace. | |
Typedefs | |
typedef map< TimeRange, Occupied, less< TimeRange > > | TTSupport::OccupiedMap |
The Occupied Map type, ordered by time ranges. More... | |
typedef map< string, StorageTrack, less< string > > | TTSupport::StorageTrackMap |
Storage track map. More... | |
typedef vector< Station > | TTSupport::StationVector |
Station Vector. More... | |