1.01.7
C++ Simulated Airline Travel Solution Provider (TSP) Library
|
|
Go to the documentation of this file. 1 #ifndef __AIRTSP_BOM_SEGMENTSTRUCT_HPP
2 #define __AIRTSP_BOM_SEGMENTSTRUCT_HPP
11 #include <stdair/stdair_basic_types.hpp>
12 #include <stdair/basic/StructAbstract.hpp>
37 void fill (stdair::SegmentDate&)
const;
47 #endif // __AIRTSP_BOM_SEGMENTSTRUCT_HPP
stdair::AirportCode_T _boardingPoint
SegmentCabinStructList_T _cabinList
stdair::AirportCode_T _offPoint
stdair::Duration_T _elapsed
std::vector< SegmentStruct > SegmentStructList_T
stdair::Date_T _boardingDate
stdair::Duration_T _boardingTime
stdair::Duration_T _offTime
std::vector< SegmentCabinStruct > SegmentCabinStructList_T
void fill(stdair::SegmentDate &) const
const std::string describe() const