Model Railroad System  2.2.2
Classes | Typedefs
Cab

Cab class and support types. More...

Classes

class  TTSupport::Cab
 This class maintains information about cabs. More...
 

Typedefs

typedef map< string, Cab *, less< string > > TTSupport::CabNameMap
 Cab name map, cabs indexed by name. More...
 

Detailed Description

Cab class and support types.

This only really important for pure DC systems, but it useful for DCC systems as a way define crew(s).

Author
Robert Heller <heller@deepsoft.com>

Typedef Documentation

◆ CabNameMap

typedef map<string, Cab *, less<string> > TTSupport::CabNameMap

Cab name map, cabs indexed by name.