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
const AirlineCode_T & getAirlineCode() const
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
BomAbstract *const getParent() const
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
Class representing the actual attributes for an airline flight-date.
std::string toString() const
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
Base class for Factory layer.
Key of a given inventory, made of the airline code.
Base class for the Business Object Model (BOM) layer.
AirlineFeature * _airlineFeature
const std::string toString() const
std::string AirlineCode_T
const HolderMap_T & getHolderMap() const
Utility class for linking StdAir-based objects.
const Key_T & getKey() const
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Class representing various configuration parameters (e.g., revenue management methods such EMSRb or M...
const AirlineCode_T & getAirlineCode() const
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
Class representing the actual attributes for an airline inventory.
void serialize(Archive &ar, const unsigned int iFileVersion)
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
friend class boost::serialization::access
Key of a given flight-date, made of a flight number and a departure date.
void toStream(std::ostream &ioOut) const
AirlineFeature * getAirlineFeature() const
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
void fromStream(std::istream &ioIn)
Base class for Factory layer.
const std::string describeKey() const