#include <airinv/bom/FRAT5Struct.hpp>
Public Member Functions | |
const std::string | describe () const |
FRAT5Struct () | |
~FRAT5Struct () |
Public Attributes | |
std::string | _key |
stdair::FRAT5Curve_T | _curve |
stdair::DTD_T | _dtd |
Utility Structure for the parsing of FRAT5 structures.
Definition at line 15 of file FRAT5Struct.hpp.
AIRINV::FRAT5Struct::FRAT5Struct | ( | ) |
Default constructor.
Definition at line 15 of file FRAT5Struct.cpp.
AIRINV::FRAT5Struct::~FRAT5Struct | ( | ) |
Destructor
Definition at line 19 of file FRAT5Struct.cpp.
const std::string AIRINV::FRAT5Struct::describe | ( | ) | const |
Give a description of the structure (for display purposes).
Definition at line 23 of file FRAT5Struct.cpp.
Referenced by AIRINV::FRAT5ParserHelper::doEndCurve::operator()().
std::string AIRINV::FRAT5Struct::_key |
Curve key.
Definition at line 37 of file FRAT5Struct.hpp.
Referenced by describe(), AIRINV::FRAT5ParserHelper::storeCurveKey::operator()(), and AIRINV::FRAT5ParserHelper::doEndCurve::operator()().
stdair::FRAT5Curve_T AIRINV::FRAT5Struct::_curve |
Curve.
Definition at line 40 of file FRAT5Struct.hpp.
Referenced by describe(), AIRINV::FRAT5ParserHelper::storeFRAT5Value::operator()(), and AIRINV::FRAT5ParserHelper::doEndCurve::operator()().
stdair::DTD_T AIRINV::FRAT5Struct::_dtd |
DTD.
Definition at line 45 of file FRAT5Struct.hpp.
Referenced by AIRINV::FRAT5ParserHelper::storeDTD::operator()(), and AIRINV::FRAT5ParserHelper::storeFRAT5Value::operator()().