Model Railroad System 2.2.2
|
#include <Common.h>
Classes | |
class | FCFSupport::CarType |
The CarType class represents a type of railroad car (rolling stock). More... | |
class | FCFSupport::CarGroup |
Car group class. More... | |
Namespaces | |
namespace | FCFSupport |
Namespace to hold all of the FCF Support code. | |
Typedefs | |
typedef vector< char > | FCFSupport::CarTypeOrderVector |
A vector of ordered car types. More... | |
typedef map< char, CarType *, less< char > > | FCFSupport::CarTypeMap |
A map of car types indexed by type character. More... | |