$treeview $search $mathjax
#include <stdair/basic/YieldRange.hpp>
Inheritance diagram for stdair::YieldRange:
Public Member Functions | |
YieldRange () | |
YieldRange (const YieldRange &) | |
YieldRange (const Yield_T iUpperYield) | |
YieldRange (const Yield_T iUpperYield, const Yield_T iAverageYield) | |
YieldRange (const Yield_T iUpperYield, const Yield_T iAverageYield, const Yield_T iLowerYield) | |
virtual | ~YieldRange () |
Yield_T | getUpperYield () const |
Yield_T | getAverageYield () const |
Yield_T | getLowerYield () const |
void | setUpperYield (const Yield_T iUpperYield) |
void | setAverageYield (const Yield_T iAverageYield) |
void | setLowerYield (const Yield_T iLowerYield) |
void | toStream (std::ostream &) const |
void | fromStream (std::istream &) |
const std::string | describe () const |
Definition at line 23 of file YieldRange.hpp.
stdair::YieldRange::YieldRange | ( | ) |
Constructors.
Definition at line 13 of file YieldRange.cpp.
stdair::YieldRange::YieldRange | ( | const YieldRange & | ) |
Definition at line 20 of file YieldRange.cpp.
stdair::YieldRange::YieldRange | ( | const Yield_T | iUpperYield | ) |
Definition at line 27 of file YieldRange.cpp.
Definition at line 33 of file YieldRange.cpp.
stdair::YieldRange::YieldRange | ( | const Yield_T | iUpperYield, | |
const Yield_T | iAverageYield, | |||
const Yield_T | iLowerYield | |||
) |
Definition at line 40 of file YieldRange.cpp.
stdair::YieldRange::~YieldRange | ( | ) | [virtual] |
Constructors.
Definition at line 48 of file YieldRange.cpp.
Yield_T stdair::YieldRange::getUpperYield | ( | ) | const [inline] |
Getter for the upper yield of the range.
Definition at line 39 of file YieldRange.hpp.
Yield_T stdair::YieldRange::getAverageYield | ( | ) | const [inline] |
Getter for the average yield of the range.
Definition at line 43 of file YieldRange.hpp.
Yield_T stdair::YieldRange::getLowerYield | ( | ) | const [inline] |
Getter for the lower yield of the range.
Definition at line 47 of file YieldRange.hpp.
void stdair::YieldRange::setUpperYield | ( | const Yield_T | iUpperYield | ) | [inline] |
Setter for the upper yield of the range.
Definition at line 53 of file YieldRange.hpp.
void stdair::YieldRange::setAverageYield | ( | const Yield_T | iAverageYield | ) | [inline] |
Setter for the average yield of the range.
Definition at line 57 of file YieldRange.hpp.
void stdair::YieldRange::setLowerYield | ( | const Yield_T | iLowerYield | ) | [inline] |
Setter for the lower yield of the range.
Definition at line 61 of file YieldRange.hpp.
void stdair::YieldRange::toStream | ( | std::ostream & | ) | const |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Reimplemented from stdair::StructAbstract.
Definition at line 52 of file YieldRange.cpp.
void stdair::YieldRange::fromStream | ( | std::istream & | ) | [virtual] |
Read a Business Object from an input stream.
istream& | the input stream. |
Reimplemented from stdair::StructAbstract.
Definition at line 58 of file YieldRange.cpp.
const std::string stdair::YieldRange::describe | ( | ) | const [virtual] |
Display of the structure.
Implements stdair::StructAbstract.
Definition at line 62 of file YieldRange.cpp.