#include <airrac/command/YieldParserHelper.hpp>
Public Member Functions | |
YieldFileParser (stdair::BomRoot &, const stdair::Filename_T &iYieldInputFilename) | |
void | generateYieldStore () |
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 202 of file YieldParserHelper.hpp.
AIRRAC::YieldFileParser::YieldFileParser | ( | stdair::BomRoot & | , |
const stdair::Filename_T & | iYieldInputFilename | ||
) |
Constructor.
Definition at line 507 of file YieldParserHelper.cpp.
void AIRRAC::YieldFileParser::generateYieldStore | ( | ) |
Parse the yield store input file.
Definition at line 529 of file YieldParserHelper.cpp.
Referenced by AIRRAC::YieldParser::generateYieldStore().