AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRTSP::OnDPeriodFileParser Class Reference

#include <airtsp/command/OnDParserHelper.hpp>

+ Inheritance diagram for AIRTSP::OnDPeriodFileParser:

Public Member Functions

 OnDPeriodFileParser (const stdair::Filename_T &iFilename, stdair::BomRoot &ioBomRoot)
 
bool generateOnDPeriods ()
 

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 161 of file OnDParserHelper.hpp.

Constructor & Destructor Documentation

AIRTSP::OnDPeriodFileParser::OnDPeriodFileParser ( const stdair::Filename_T &  iFilename,
stdair::BomRoot &  ioBomRoot 
)

Constructor.

Definition at line 342 of file OnDParserHelper.cpp.

Member Function Documentation

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().


The documentation for this class was generated from the following files: