#include <airtsp/bom/SegmentCabinStruct.hpp>
Inheritance diagram for AIRTSP::SegmentCabinStruct:Public Member Functions | |
| void | fill (stdair::SegmentCabin &) const |
| const std::string | describe () const |
Public Attributes | |
| stdair::CabinCode_T | _cabinCode |
| stdair::ClassList_String_T | _classes |
| stdair::FamilyCode_T | _itFamilyCode |
| stdair::CurveKey_T | _itFRAT5CurveKey |
| stdair::CurveKey_T | _itFFDisutilityCurveKey |
| FareFamilyStructList_T | _fareFamilies |
Utility Structure for the parsing of SegmentCabin details.
Definition at line 24 of file SegmentCabinStruct.hpp.
| void AIRTSP::SegmentCabinStruct::fill | ( | stdair::SegmentCabin & | ioSegmentCabin | ) | const |
Fill the SegmentCabin objects with the attributes of the SegmentCabinStruct.
Definition at line 22 of file SegmentCabinStruct.cpp.
| const std::string AIRTSP::SegmentCabinStruct::describe | ( | ) | const |
Give a description of the structure (for display purposes).
Definition at line 15 of file SegmentCabinStruct.cpp.
References _cabinCode, and _classes.
Referenced by AIRTSP::SegmentStruct::describe().
| stdair::CabinCode_T AIRTSP::SegmentCabinStruct::_cabinCode |
Definition at line 26 of file SegmentCabinStruct.hpp.
Referenced by AIRTSP::FlightPeriodStruct::addFareFamily(), describe(), AIRTSP::SegmentPeriodHelper::fill(), and AIRTSP::ScheduleParserHelper::storeSegmentCabinCode::operator()().
| stdair::ClassList_String_T AIRTSP::SegmentCabinStruct::_classes |
Definition at line 27 of file SegmentCabinStruct.hpp.
Referenced by describe(), AIRTSP::SegmentPeriodHelper::fill(), and AIRTSP::ScheduleParserHelper::storeClasses::operator()().
| stdair::FamilyCode_T AIRTSP::SegmentCabinStruct::_itFamilyCode |
Definition at line 28 of file SegmentCabinStruct.hpp.
Referenced by AIRTSP::ScheduleParserHelper::storeFamilyCode::operator()(), and AIRTSP::ScheduleParserHelper::storeFClasses::operator()().
| stdair::CurveKey_T AIRTSP::SegmentCabinStruct::_itFRAT5CurveKey |
Definition at line 29 of file SegmentCabinStruct.hpp.
Referenced by AIRTSP::ScheduleParserHelper::storeFRAT5CurveKey::operator()(), and AIRTSP::ScheduleParserHelper::storeFClasses::operator()().
| stdair::CurveKey_T AIRTSP::SegmentCabinStruct::_itFFDisutilityCurveKey |
Definition at line 30 of file SegmentCabinStruct.hpp.
Referenced by AIRTSP::ScheduleParserHelper::storeFFDisutilityCurveKey::operator()(), and AIRTSP::ScheduleParserHelper::storeFClasses::operator()().
| FareFamilyStructList_T AIRTSP::SegmentCabinStruct::_fareFamilies |
Definition at line 31 of file SegmentCabinStruct.hpp.
Referenced by AIRTSP::FlightPeriodStruct::addFareFamily().
1.8.3.1