1#ifndef __STDAIR_BOM_BOMROOT_HPP
2#define __STDAIR_BOM_BOMROOT_HPP
33 template <
typename BOM>
friend class FacBom;
132 return _key.toString();
148 template<
class Archive>
149 void serialize (Archive& ar,
const unsigned int iFileVersion);
159 void serialisationImplementationExport()
const;
160 void serialisationImplementationImport();
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
std::map< const DTD_T, FRAT5_T > FRAT5Curve_T
std::map< const DTD_T, double > FFDisutilityCurve_T
Class representing the actual attributes for the Bom root.
const HolderMap_T & getHolderMap() const
const std::string describeKey() const
void addFFDisutilityCurve(const std::string &iKey, const FFDisutilityCurve_T &iCurve)
FRAT5CurveHolderStruct _frat5CurveHolder
Inventory * getInventory(const std::string &iInventoryKeyStr) const
const FFDisutilityCurve_T & getFFDisutilityCurve(const std::string &iKey) const
std::string toString() const
const FRAT5Curve_T & getFRAT5Curve(const std::string &iKey) const
const Key_T & getKey() const
void addFRAT5Curve(const std::string &iKey, const FRAT5Curve_T &iCurve)
void fromStream(std::istream &ioIn)
void serialize(Archive &ar, const unsigned int iFileVersion)
friend class boost::serialization::access
friend class FacBomManager
FFDisutilityCurveHolderStruct _ffDisutilityCurveHolder
void toStream(std::ostream &ioOut) const
Key of the BOM structure root.
Class representing the actual attributes for an airline inventory.
Key of a given inventory, made of the airline code.