#include <airtsp/bom/LegCabinStruct.hpp>
Public Member Functions | |
void | fill (stdair::LegCabin &) const |
const std::string | describe () const |
Public Attributes | |
stdair::CabinCode_T | _cabinCode |
stdair::CabinCapacity_T | _capacity |
Utility Structure for the parsing of LegCabin details.
Definition at line 22 of file LegCabinStruct.hpp.
void AIRTSP::LegCabinStruct::fill | ( | stdair::LegCabin & | ioLegCabin | ) | const |
Fill the LegCabin objects with the attributes of the LegCabinStruct.
Definition at line 22 of file LegCabinStruct.cpp.
References _capacity.
const std::string AIRTSP::LegCabinStruct::describe | ( | ) | const |
Give a description of the structure (for display purposes).
Definition at line 15 of file LegCabinStruct.cpp.
References _cabinCode, and _capacity.
Referenced by AIRTSP::LegStruct::describe().
stdair::CabinCode_T AIRTSP::LegCabinStruct::_cabinCode |
Definition at line 24 of file LegCabinStruct.hpp.
Referenced by describe(), and AIRTSP::ScheduleParserHelper::storeLegCabinCode::operator()().
stdair::CabinCapacity_T AIRTSP::LegCabinStruct::_capacity |
Definition at line 25 of file LegCabinStruct.hpp.
Referenced by describe(), fill(), and AIRTSP::ScheduleParserHelper::storeCapacity::operator()().