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
Key of a given inventory, made of the airline code.
Class representing the actual attributes for the Bom root.
Base class for Factory layer.
const HolderMap_T & getHolderMap() const
friend class boost::serialization::access
Inventory * getInventory(const std::string &iInventoryKeyStr) const
FFDisutilityCurveHolderStruct _ffDisutilityCurveHolder
const Key_T & getKey() const
Base class for the Business Object Model (BOM) layer.
FRAT5CurveHolderStruct _frat5CurveHolder
const FRAT5Curve_T & getFRAT5Curve(const std::string &) const
void addFFDisutilityCurve(const std::string &iKey, const FFDisutilityCurve_T &iCurve)
const FFDisutilityCurve_T & getFFDisutilityCurve(const std::string &) const
const FFDisutilityCurve_T & getFFDisutilityCurve(const std::string &iKey) const
const std::string toString() const
void addCurve(const std::string &, const FRAT5Curve_T &)
const std::string describeKey() const
Base class for Factory layer.
std::map< const DTD_T, double > FFDisutilityCurve_T
void toStream(std::ostream &ioOut) const
Handle on the StdAir library context.
std::map< const DTD_T, FRAT5_T > FRAT5Curve_T
const FRAT5Curve_T & getFRAT5Curve(const std::string &iKey) const
void addCurve(const std::string &, const FFDisutilityCurve_T &)
Class representing the actual attributes for an airline inventory.
Utility class for linking StdAir-based objects.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
std::string toString() const
void addFRAT5Curve(const std::string &iKey, const FRAT5Curve_T &iCurve)
void fromStream(std::istream &ioIn)
Key of the BOM structure root.
void serialize(Archive &ar, const unsigned int iFileVersion)