1.00.5
C++ Simulated Airline Inventory Management System Library
|
|
Go to the documentation of this file. 1 #ifndef __AIRINV_BOM_SEGMENTCABINSTRUCT_HPP
2 #define __AIRINV_BOM_SEGMENTCABINSTRUCT_HPP
11 #include <stdair/stdair_inventory_types.hpp>
12 #include <stdair/basic/StructAbstract.hpp>
37 void fill (stdair::SegmentCabin&)
const;
51 #endif // __AIRINV_BOM_SEGMENTCABINSTRUCT_HPP
Utility Structure for the parsing of SegmentCabin details.
std::vector< FareFamilyStruct > FareFamilyStructList_T
void fill(stdair::SegmentCabin &) const
std::vector< SegmentCabinStruct > SegmentCabinStructList_T
stdair::CabinCode_T _cabinCode
const std::string describe() const
stdair::NbOfBookings_T _nbOfBookings
FareFamilyStructList_T _fareFamilies
FareFamilyStruct _itFareFamily
Utility Structure for the parsing of fare family details.