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