AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::OnDPeriodFileParser Class Reference

#include <airsched/command/OnDParserHelper.hpp>

Inheritance diagram for AIRSCHED::OnDPeriodFileParser:

List of all members.

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

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

Constructor.

Definition at line 342 of file OnDParserHelper.cpp.


Member Function Documentation

bool AIRSCHED::OnDPeriodFileParser::generateOnDPeriods ( )

Parse the input file and generate the O&D-Periods.

Definition at line 378 of file OnDParserHelper.cpp.

Referenced by AIRSCHED::OnDParser::generateOnDPeriods().


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