1 #ifndef __AIRINV_CMD_FRAT5PARSERHELPER_HPP
2 #define __AIRINV_CMD_FRAT5PARSERHELPER_HPP
10 #include <stdair/command/CmdAbstract.hpp>
23 namespace FRAT5ParserHelper {
90 public boost::spirit::classic::grammar<FRAT5Parser> {
94 template <
typename ScannerT>
103 boost::spirit::classic::rule<ScannerT>
const&
start()
const;
130 const stdair::Filename_T& iFilename);
142 stdair::Filename_T _filename;
151 stdair::BomRoot& _bomRoot;
158 #endif // __AIRINV_CMD_FRAT5PARSERHELPER_HPP
boost::spirit::classic::rule< ScannerT > key
definition(FRAT5Parser const &self)
storeFRAT5Value(FRAT5Struct &)
storeCurveKey(FRAT5Struct &)
void operator()(iterator_t iStr, iterator_t iStrEnd) const
FRAT5Parser(stdair::BomRoot &, FRAT5Struct &)
ParserSemanticAction(FRAT5Struct &)
boost::spirit::classic::rule< ScannerT > const & start() const
stdair::BomRoot & _bomRoot
bool generateFRAT5Curves()
void operator()(double iReal) const
stdair::BomRoot & _bomRoot
boost::spirit::classic::rule< ScannerT > value_pair
boost::spirit::classic::rule< ScannerT > curve
boost::spirit::classic::rule< ScannerT > curve_end
boost::spirit::classic::file_iterator< char_t > iterator_t
void operator()(iterator_t iStr, iterator_t iStrEnd) const
doEndCurve(stdair::BomRoot &, FRAT5Struct &)
FRAT5FileParser(stdair::BomRoot &ioBomRoot, const stdair::Filename_T &iFilename)
boost::spirit::classic::rule< ScannerT > curve_list
boost::spirit::classic::rule< ScannerT > map
boost::spirit::classic::rule< ScannerT > not_to_be_parsed
void operator()(int iDTD) const