1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_POLICY_HPP
2 #define __STDAIR_BOM_POLICY_HPP
18 namespace serialization {
31 template <
typename BOM>
friend class FacBom;
103 _yieldDemandMap.clear();
146 template<
class Archive>
147 void serialize (Archive& ar,
const unsigned int iFileVersion);
157 void serialisationImplementationExport()
const;
158 void serialisationImplementationImport();
224 #endif // __STDAIR_BOM_POLICY_HPP
const std::string toString() const
std::list< BookingClass * > BookingClassList_T
void setStdDev(const StdDevValue_T &iStdDev)
const HolderMap_T & getHolderMap() const
void resetDemandForecast()
void setDemand(const NbOfBookings_T &iDemand)
Key of a given policy, made of a policy code.
std::string toString() const
Utility class for linking StdAir-based objects.
void toStream(std::ostream &ioOut) const
Base class for the Business Object Model (BOM) layer.
void setYield(const Yield_T &iYield)
const std::string describeKey() const
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
friend class boost::serialization::access
const Yield_T & getYield() const
void addYieldDemand(const Yield_T &, const NbOfBookings_T &)
const StdDevValue_T & getStdDev() const
const NbOfBookings_T & getDemand() const
void fromStream(std::istream &ioIn)
BomAbstract *const getParent() const
std::map< const Yield_T, double > YieldDemandMap_T
const Key_T & getKey() const
const BookingClassList_T & getBookingClassList() const
const Revenue_T getTotalRevenue() const
NbOfRequests_T NbOfBookings_T
void serialize(Archive &ar, const unsigned int iFileVersion)
Base class for Factory layer.