Model Railroad System  2.2.1
Public Attributes | List of all members
FCFSupport::SwitchListElement::StationOrIndustry Union Reference

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 Stationstation
 A station stop, for Box Moves and Way Freights. More...
 
const Industryindustry
 An industry stop, for Manifest Freights. More...
 

Detailed Description

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.

Member Data Documentation

◆ industry

const Industry* FCFSupport::SwitchListElement::StationOrIndustry::industry

◆ station

const Station* FCFSupport::SwitchListElement::StationOrIndustry::station