|
Model Railroad System 2.2.2
|
A const pointer to a train's stop, which can be either a station or an industry, depending on what kind of train it is. More...
#include <SwitchList.h>
Public Attributes | |
| const Station * | station |
| A station stop, for Box Moves and Way Freights. More... | |
| const Industry * | industry |
| An industry stop, for Manifest Freights. More... | |
A const pointer to a train's stop, which can be either a station or an industry, depending on what kind of train it is.
| const Industry* FCFSupport::SwitchListElement::StationOrIndustry::industry |
An industry stop, for Manifest Freights.
Referenced by FCFSupport::SwitchListElement::DropStopEQ(), FCFSupport::SwitchListElement::DropStopIndustry(), FCFSupport::SwitchListElement::DropStopStation(), FCFSupport::SwitchListElement::operator=(), and FCFSupport::SwitchListElement::SwitchListElement().
| const Station* FCFSupport::SwitchListElement::StationOrIndustry::station |
A station stop, for Box Moves and Way Freights.
Referenced by FCFSupport::SwitchListElement::DropStopEQ(), FCFSupport::SwitchListElement::DropStopStation(), and FCFSupport::SwitchListElement::SwitchListElement().