#include <stdair/bom/FRAT5CurveHolderStruct.hpp>
Public Member Functions | |
const FRAT5Curve_T & | getFRAT5Curve (const std::string &) const |
void | addCurve (const std::string &, const FRAT5Curve_T &) |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | describe () const |
FRAT5CurveHolderStruct () | |
FRAT5CurveHolderStruct (const FRAT5CurveHolderStruct &) | |
~FRAT5CurveHolderStruct () |
Structure holding the elements of a snapshot .
Definition at line 19 of file FRAT5CurveHolderStruct.hpp.
stdair::FRAT5CurveHolderStruct::FRAT5CurveHolderStruct | ( | ) |
Constructor.
Definition at line 14 of file FRAT5CurveHolderStruct.cpp.
stdair::FRAT5CurveHolderStruct::FRAT5CurveHolderStruct | ( | const FRAT5CurveHolderStruct & | iHolder | ) |
Copy constructor.
Definition at line 19 of file FRAT5CurveHolderStruct.cpp.
stdair::FRAT5CurveHolderStruct::~FRAT5CurveHolderStruct | ( | ) |
Destructor.
Definition at line 24 of file FRAT5CurveHolderStruct.cpp.
const FRAT5Curve_T & stdair::FRAT5CurveHolderStruct::getFRAT5Curve | ( | const std::string & | iKey | ) | const |
Get the FRAT5 curve corresponding to the given key.
Definition at line 29 of file FRAT5CurveHolderStruct.cpp.
References STDAIR_LOG_DEBUG.
Referenced by stdair::BomRoot::getFRAT5Curve().
void stdair::FRAT5CurveHolderStruct::addCurve | ( | const std::string & | iKey, |
const FRAT5Curve_T & | iCurve | ||
) |
Add a new curve to the holder.
Definition at line 42 of file FRAT5CurveHolderStruct.cpp.
References STDAIR_LOG_DEBUG.
Referenced by stdair::BomRoot::addFRAT5Curve().
void stdair::FRAT5CurveHolderStruct::toStream | ( | std::ostream & | ioOut | ) | const |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Reimplemented from stdair::StructAbstract.
Definition at line 53 of file FRAT5CurveHolderStruct.cpp.
References describe().
|
virtual |
Read a Business Object from an input stream.
istream& | the input stream. |
Reimplemented from stdair::StructAbstract.
Definition at line 58 of file FRAT5CurveHolderStruct.cpp.
|
virtual |
Display of the structure.
Implements stdair::StructAbstract.
Definition at line 62 of file FRAT5CurveHolderStruct.cpp.
Referenced by toStream().