1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_BUCKET_HPP
2 #define __STDAIR_BOM_BUCKET_HPP
18 namespace serialization {
30 template <
typename BOM>
friend class FacBom;
138 template<
class Archive>
139 void serialize (Archive& ar,
const unsigned int iFileVersion);
146 void serialisationImplementationExport()
const;
147 void serialisationImplementationImport();
211 #endif // __STDAIR_BOM_BUCKET_HPP
const SeatIndex_T & getSeatIndex() const
Yield_T _yieldRangeUpperValue
const HolderMap_T & getHolderMap() const
const Yield_T & getYieldRangeUpperValue() const
const SeatIndex_T & getSeatIndex() const
BomAbstract *const getParent() const
void setSoldSeats(const NbOfSeats_T &iSoldSeats)
Base class for Factory layer.
const Key_T & getKey() const
Base class for the Business Object Model (BOM) layer.
const std::string toString() const
std::string toString() const
const std::string describeKey() const
const NbOfSeats_T & getSoldSeats() const
friend class boost::serialization::access
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
CabinCapacity_T _availability
Class representing the actual attributes for an airline booking class.
void toStream(std::ostream &ioOut) const
void setYieldRangeUpperValue(const Yield_T &iYield)
Utility class for linking StdAir-based objects.
void serialize(Archive &ar, const unsigned int iFileVersion)
Base class for Factory layer.
const CabinCapacity_T & getAvailability() const
void fromStream(std::istream &ioIn)
void setAvailability(const CabinCapacity_T &iAvl)