1.01.7
C++ Simulated Airline Travel Solution Provider (TSP) Library
|
|
Go to the documentation of this file. 1 #ifndef __AIRTSP_BOM_LEGSTRUCT_HPP
2 #define __AIRTSP_BOM_LEGSTRUCT_HPP
11 #include <stdair/stdair_basic_types.hpp>
12 #include <stdair/basic/StructAbstract.hpp>
42 void fill (
const stdair::Date_T& iRefDate, stdair::LegDate&)
const;
55 #endif // __AIRTSP_BOM_LEGSTRUCT_HPP
std::vector< LegCabinStruct > LegCabinStructList_T
stdair::Duration_T _boardingTime
void fill(const stdair::Date_T &iRefDate, stdair::LegDate &) const
stdair::Duration_T _offTime
stdair::FlightNumber_T _flightNumber
LegCabinStructList_T _cabinList
stdair::AirportCode_T _boardingPoint
stdair::DateOffset_T _boardingDateOffset
stdair::Duration_T _elapsed
stdair::DateOffset_T _offDateOffset
stdair::AirlineCode_T _airlineCode
const std::string describe() const
std::vector< LegStruct > LegStructList_T
stdair::AirportCode_T _offPoint