#include <airinv/command/FRAT5ParserHelper.hpp>
Public Member Functions | |
doEndCurve (stdair::BomRoot &, FRAT5Struct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
stdair::BomRoot & | _bomRoot |
FRAT5Struct & | _frat5 |
Mark the end of the FRAT5 curve parsing.
Definition at line 61 of file FRAT5ParserHelper.hpp.
AIRINV::FRAT5ParserHelper::doEndCurve::doEndCurve | ( | stdair::BomRoot & | ioBomRoot, |
FRAT5Struct & | ioFRAT5 | ||
) |
Actor Constructor.
Definition at line 80 of file FRAT5ParserHelper.cpp.
void AIRINV::FRAT5ParserHelper::doEndCurve::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 88 of file FRAT5ParserHelper.cpp.
References _bomRoot, AIRINV::FRAT5Struct::_curve, AIRINV::FRAT5ParserHelper::ParserSemanticAction::_frat5, AIRINV::FRAT5Struct::_key, and AIRINV::FRAT5Struct::describe().
stdair::BomRoot& AIRINV::FRAT5ParserHelper::doEndCurve::_bomRoot |
Actor Specific Context.
Definition at line 67 of file FRAT5ParserHelper.hpp.
Referenced by operator()().
|
inherited |
Actor Context.
Definition at line 33 of file FRAT5ParserHelper.hpp.
Referenced by AIRINV::FRAT5ParserHelper::storeCurveKey::operator()(), AIRINV::FRAT5ParserHelper::storeDTD::operator()(), AIRINV::FRAT5ParserHelper::storeFRAT5Value::operator()(), and operator()().