#include <airsched/bom/SegmentCabinStruct.hpp>
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 |
FareFamilyStructList_T | _fareFamilies |
Utility Structure for the parsing of SegmentCabin details.
Definition at line 24 of file SegmentCabinStruct.hpp.
void AIRSCHED::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 AIRSCHED::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 AIRSCHED::SegmentStruct::describe().
stdair::CabinCode_T AIRSCHED::SegmentCabinStruct::_cabinCode |
Definition at line 26 of file SegmentCabinStruct.hpp.
Referenced by AIRSCHED::FlightPeriodStruct::addFareFamily(), describe(), AIRSCHED::SegmentPeriodHelper::fill(), and AIRSCHED::ScheduleParserHelper::storeSegmentCabinCode::operator()().
stdair::ClassList_String_T AIRSCHED::SegmentCabinStruct::_classes |
Definition at line 27 of file SegmentCabinStruct.hpp.
Referenced by describe(), AIRSCHED::SegmentPeriodHelper::fill(), and AIRSCHED::ScheduleParserHelper::storeClasses::operator()().
stdair::FamilyCode_T AIRSCHED::SegmentCabinStruct::_itFamilyCode |
Definition at line 28 of file SegmentCabinStruct.hpp.
Referenced by AIRSCHED::ScheduleParserHelper::storeFClasses::operator()(), and AIRSCHED::ScheduleParserHelper::storeFamilyCode::operator()().
Definition at line 29 of file SegmentCabinStruct.hpp.
Referenced by AIRSCHED::FlightPeriodStruct::addFareFamily().