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