1.00.3
C++ Simulated Airline Inventory Management System library
|
|
Go to the documentation of this file. 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 > value_pair
definition(FRAT5Parser const &self)
boost::spirit::classic::rule< ScannerT > const & start() const
FRAT5Parser(stdair::BomRoot &, FRAT5Struct &)
boost::spirit::classic::file_iterator< char_t > iterator_t
storeCurveKey(FRAT5Struct &)
stdair::BomRoot & _bomRoot
storeFRAT5Value(FRAT5Struct &)
boost::spirit::classic::rule< ScannerT > map
FRAT5FileParser(stdair::BomRoot &ioBomRoot, const stdair::Filename_T &iFilename)
boost::spirit::classic::rule< ScannerT > not_to_be_parsed
void operator()(iterator_t iStr, iterator_t iStrEnd) const
ParserSemanticAction(FRAT5Struct &)
void operator()(iterator_t iStr, iterator_t iStrEnd) const
boost::spirit::classic::rule< ScannerT > curve
void operator()(double iReal) const
stdair::BomRoot & _bomRoot
boost::spirit::classic::rule< ScannerT > curve_end
void operator()(int iDTD) const
boost::spirit::classic::rule< ScannerT > curve_list
bool generateFRAT5Curves()
boost::spirit::classic::rule< ScannerT > key
doEndCurve(stdair::BomRoot &, FRAT5Struct &)