1 #ifndef __STDAIR_BAS_YIELDRANGE_HPP
2 #define __STDAIR_BAS_YIELDRANGE_HPP
54 _upperYield = iUpperYield;
58 _averageYield = iAverageYield;
62 _lowerYield = iLowerYield;
90 #endif // __STDAIR_BAS_YIELDRANGE_HPP
void toStream(std::ostream &) const
Yield_T getLowerYield() const
void setAverageYield(const Yield_T iAverageYield)
Yield_T getAverageYield() const
void setLowerYield(const Yield_T iLowerYield)
void fromStream(std::istream &)
void setUpperYield(const Yield_T iUpperYield)
const std::string describe() const
Yield_T getUpperYield() const
Base class for the light structures.