1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_FAREFAMILY_HPP
2 #define __STDAIR_BOM_FAREFAMILY_HPP
18 namespace serialization {
29 template <
typename BOM>
friend class FacBom;
87 _frat5Curve.insert (iFRAT5Curve.begin(), iFRAT5Curve.end());
143 template<
class Archive>
144 void serialize (Archive& ar,
const unsigned int iFileVersion);
152 void serialisationImplementationExport()
const;
153 void serialisationImplementationImport();
219 #endif // __STDAIR_BOM_FAREFAMILY_HPP
const StdDevValue_T & getStdDev() const
FFDisutilityCurve_T _disutilityCurve
MeanStdDevPairVector_T _meanStdDev
friend class boost::serialization::access
std::map< const DTD_T, double > FFDisutilityCurve_T
const MeanStdDevPairVector_T & getMeanStdDev() const
void serialize(Archive &ar, const unsigned int iFileVersion)
Key of a given fare family, made of a fare family code.
Base class for Factory layer.
void setFrat5Curve(const FRAT5Curve_T &iFRAT5Curve)
void fromStream(std::istream &ioIn)
const FamilyCode_T & getFamilyCode() const
const FFDisutilityCurve_T & getDisutilityCurve() const
Utility class for linking StdAir-based objects.
void setMeanStdDev(const MeanStdDevPairVector_T &iMeanStdDev)
Base class for the Business Object Model (BOM) layer.
std::vector< MeanStdDevPair_T > MeanStdDevPairVector_T
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
const Key_T & getKey() const
const std::string describeKey() const
BomAbstract *const getParent() const
std::map< const DTD_T, FRAT5_T > FRAT5Curve_T
const MeanValue_T & getMean() const
void toStream(std::ostream &ioOut) const
Class representing the actual attributes for a family fare.
void setStdDev(const StdDevValue_T &iStdDev)
const std::string toString() const
void setMean(const MeanValue_T &iMean)
const FRAT5Curve_T & getFrat5Curve() const
const FamilyCode_T & getFamilyCode() const
std::string toString() const
const HolderMap_T & getHolderMap() const
void setDisutilityCurve(const FFDisutilityCurve_T &iDisutilityCurve)
Base class for Factory layer.