1 #ifndef __STDAIR_BOM_INVENTORY_HPP 2 #define __STDAIR_BOM_INVENTORY_HPP 20 namespace serialization {
26 struct heap_allocation;
42 template <
typename BOM>
friend class FacBom;
170 template<
class Archive>
171 void serialize (Archive& ar,
const unsigned int iFileVersion);
181 void serialisationImplementationExport()
const;
182 void serialisationImplementationImport();
232 #endif // __STDAIR_BOM_INVENTORY_HPP Class representing the actual attributes for an airline flight-date.
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
Key of a given inventory, made of the airline code.
Base class for Factory layer.
const HolderMap_T & getHolderMap() const
Class representing various configuration parameters (e.g., revenue management methods such EMSRb or M...
const AirlineCode_T & getAirlineCode() const
const std::string toString() const
friend class boost::serialization::access
std::string AirlineCode_T
Base class for the Business Object Model (BOM) layer.
BomAbstract *const getParent() const
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
void serialize(Archive &ar, const unsigned int iFileVersion)
Key of a given flight-date, made of a flight number and a departure date.
void fromStream(std::istream &ioIn)
Base class for Factory layer.
const AirlineCode_T & getAirlineCode() const
const std::string describeKey() const
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
void toStream(std::ostream &ioOut) const
Handle on the StdAir library context.
AirlineFeature * getAirlineFeature() const
Class representing the actual attributes for an airline inventory.
AirlineFeature * _airlineFeature
Utility class for linking StdAir-based objects.
std::string toString() const
std::map< const std::type_info *, BomAbstract * > HolderMap_T
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
const Key_T & getKey() const
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const