#include <airinv/command/FRAT5ParserHelper.hpp>
Public Member Functions | |
FRAT5FileParser (stdair::BomRoot &ioBomRoot, const stdair::Filename_T &iFilename) | |
bool | generateFRAT5Curves () |
Short Description
Detailed Description. Class wrapping the initialisation and entry point of the parser.
The seemingly redundancy is used to force the instantiation of the actual parser, which is a templatised Boost Spirit grammar. Hence, the actual parser is instantiated within that class object code.
Definition at line 126 of file FRAT5ParserHelper.hpp.
AIRINV::FRAT5FileParser::FRAT5FileParser | ( | stdair::BomRoot & | ioBomRoot, |
const stdair::Filename_T & | iFilename | ||
) |
Constructor.
Definition at line 178 of file FRAT5ParserHelper.cpp.
bool AIRINV::FRAT5FileParser::generateFRAT5Curves | ( | ) |
Parse the input file and generate the FRAT5 curves.
Definition at line 202 of file FRAT5ParserHelper.cpp.
Referenced by AIRINV::FRAT5Parser::parse().