1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 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 setUpperYield(const Yield_T iUpperYield)
const std::string describe() const
void toStream(std::ostream &) const
void setAverageYield(const Yield_T iAverageYield)
void setLowerYield(const Yield_T iLowerYield)
void fromStream(std::istream &)
Handle on the StdAir library context.
Yield_T getLowerYield() const
Yield_T getAverageYield() const
Yield_T getUpperYield() const
Base class for the light structures.