1.00.5
C++ Simulated Airline Inventory Management System Library
|
|
Go to the documentation of this file. 1 #ifndef __AIRINV_BOM_LEGCABINSTRUCT_HPP
2 #define __AIRINV_BOM_LEGCABINSTRUCT_HPP
11 #include <stdair/stdair_inventory_types.hpp>
12 #include <stdair/basic/StructAbstract.hpp>
30 stdair::AuthorizationLevel_T
_au;
34 stdair::Availability_T
_nav;
35 stdair::Availability_T
_gav;
36 stdair::OverbookingRate_T
_acp;
37 stdair::NbOfBookings_T
_etb;
45 void fill (stdair::LegCabin&)
const;
55 #endif // __AIRINV_BOM_LEGCABINSTRUCT_HPP
stdair::Availability_T _avPool
stdair::OverbookingRate_T _acp
stdair::CabinCode_T _cabinCode
stdair::NbOfBookings_T _nbOfBookings
stdair::AuthorizationLevel_T _au
stdair::NbOfBookings_T _groupNbOfBookings
stdair::NbOfBookings_T _etb
stdair::NbOfBookings_T _staffNbOfBookings
stdair::CabinCapacity_T _saleableCapacity
const std::string describe() const
void fill(stdair::LegCabin &) const
std::vector< BucketStruct > BucketStructList_T
stdair::Availability_T _nav
stdair::Availability_T _gav
stdair::NbOfBookings_T _wlNbOfBookings
std::vector< LegCabinStruct > LegCabinStructList_T
stdair::CapacityAdjustment_T _dcsRegrade
stdair::CapacityAdjustment_T _adjustment
BucketStructList_T _bucketList