1#ifndef __STDAIR_BOM_YIELDFEATURES_HPP
2#define __STDAIR_BOM_YIELDFEATURES_HPP
20 template <
typename BOM>
friend class FacBom;
59 return _key.toString();
89 return _key.getCabinCode();
96 return _key.getTripType();
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Class representing the actual attributes for a yield date-period.
std::string toString() const
BomAbstract *const getParent() const
void fromStream(std::istream &ioIn)
const TripType_T & getTripType() const
bool isTripTypeValid(const TripType_T &) const
const CabinCode_T & getCabinCode() const
const HolderMap_T & getHolderMap() const
const std::string describeKey() const
void toStream(std::ostream &ioOut) const
const Key_T & getKey() const
friend class FacBomManager
YieldFeatures(const Key_T &)