$treeview $search $mathjax
#include <stdair/bom/FRAT5CurveHolderStruct.hpp>
Inheritance diagram for stdair::FRAT5CurveHolderStruct:

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 () | |
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 & | ) |
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 & | ) | 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 & | , | |
| const FRAT5Curve_T & | ||||
| ) |
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().
| void stdair::FRAT5CurveHolderStruct::fromStream | ( | std::istream & | ioIn | ) | [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.
| const std::string stdair::FRAT5CurveHolderStruct::describe | ( | ) | const [virtual] |
Display of the structure.
Implements stdair::StructAbstract.
Definition at line 62 of file FRAT5CurveHolderStruct.cpp.
Referenced by toStream().
1.4.7
Generated on Sun Jun 7 15:18:19 2015 for StdAir by
1.4.7