NMPB08 Shared Libraries
Public Member Functions | Public Attributes
RailwayTrain Struct Reference

level 3 of the database train records describe complete trains made up of one or more units More...

#include <RailwayDatabase.h>

List of all members.

Public Member Functions

 RailwayTrain (void)

Public Attributes

std::string name
std::string image
std::vector< RailwayTrainUnitunit

Detailed Description

level 3 of the database train records describe complete trains made up of one or more units

Definition at line 126 of file RailwayDatabase.h.


Constructor & Destructor Documentation

RailwayTrain::RailwayTrain ( void  ) [inline]

Definition at line 132 of file RailwayDatabase.h.


Member Data Documentation

std::string RailwayTrain::image

name of the picture file

Definition at line 129 of file RailwayDatabase.h.

std::string RailwayTrain::name

identifier of the train

Definition at line 128 of file RailwayDatabase.h.

list of units

Definition at line 130 of file RailwayDatabase.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines