#include <airtsp/command/OnDParserHelper.hpp>
Public Member Functions | |
OnDPeriodFileParser (const stdair::Filename_T &iFilename, stdair::BomRoot &ioBomRoot) | |
bool | generateOnDPeriods () |
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 161 of file OnDParserHelper.hpp.
AIRTSP::OnDPeriodFileParser::OnDPeriodFileParser | ( | const stdair::Filename_T & | iFilename, |
stdair::BomRoot & | ioBomRoot | ||
) |
Constructor.
Definition at line 342 of file OnDParserHelper.cpp.
bool AIRTSP::OnDPeriodFileParser::generateOnDPeriods | ( | ) |
Parse the input file and generate the O&D-Periods.
Definition at line 378 of file OnDParserHelper.cpp.
Referenced by AIRTSP::OnDParser::generateOnDPeriods().