$treeview $search $mathjax
#include <airtsp/bom/SegmentStruct.hpp>
Inheritance diagram for AIRTSP::SegmentStruct:

Public Member Functions | |
| void | fill (stdair::SegmentDate &) const |
| const std::string | describe () const |
Public Attributes | |
| stdair::AirportCode_T | _boardingPoint |
| stdair::Date_T | _boardingDate |
| stdair::Duration_T | _boardingTime |
| stdair::AirportCode_T | _offPoint |
| stdair::Date_T | _offDate |
| stdair::Duration_T | _offTime |
| stdair::Duration_T | _elapsed |
| SegmentCabinStructList_T | _cabinList |
Definition at line 24 of file SegmentStruct.hpp.
| void AIRTSP::SegmentStruct::fill | ( | stdair::SegmentDate & | ) | const |
Fill the SegmentDate objects with the attributes of the SegmentStruct.
Definition at line 35 of file SegmentStruct.cpp.
| const std::string AIRTSP::SegmentStruct::describe | ( | ) | const |
Give a description of the structure (for display purposes).
Definition at line 15 of file SegmentStruct.cpp.
References _boardingPoint, _boardingTime, _cabinList, _elapsed, _offPoint, and _offTime.
| stdair::AirportCode_T AIRTSP::SegmentStruct::_boardingPoint |
Definition at line 26 of file SegmentStruct.hpp.
Referenced by AIRTSP::FlightPeriodStruct::addFareFamily(), AIRTSP::FlightPeriodStruct::addSegmentCabin(), describe(), and AIRTSP::ScheduleParserHelper::storeSegmentBoardingPoint::operator()().
| stdair::Date_T AIRTSP::SegmentStruct::_boardingDate |
Definition at line 27 of file SegmentStruct.hpp.
| stdair::Duration_T AIRTSP::SegmentStruct::_boardingTime |
| stdair::AirportCode_T AIRTSP::SegmentStruct::_offPoint |
Definition at line 29 of file SegmentStruct.hpp.
Referenced by AIRTSP::FlightPeriodStruct::addFareFamily(), AIRTSP::FlightPeriodStruct::addSegmentCabin(), describe(), and AIRTSP::ScheduleParserHelper::storeSegmentOffPoint::operator()().
| stdair::Date_T AIRTSP::SegmentStruct::_offDate |
Definition at line 30 of file SegmentStruct.hpp.
| stdair::Duration_T AIRTSP::SegmentStruct::_offTime |
| stdair::Duration_T AIRTSP::SegmentStruct::_elapsed |
Definition at line 33 of file SegmentStruct.hpp.
Referenced by describe(), and AIRTSP::SegmentPeriodHelper::fill().
1.4.7
Generated on Sat Jun 13 22:39:37 2015 for AirTSP by
1.4.7