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

#include <airsched/command/ScheduleParserHelper.hpp>

Inheritance diagram for AIRSCHED::FlightPeriodFileParser:

List of all members.

Public Member Functions

 FlightPeriodFileParser (stdair::BomRoot &ioBomRoot, const stdair::Filename_T &iFilename)
bool generateInventories ()

Detailed Description

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 291 of file ScheduleParserHelper.hpp.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 636 of file ScheduleParserHelper.cpp.


Member Function Documentation

bool AIRSCHED::FlightPeriodFileParser::generateInventories ( )

Parse the input file and generate the Inventories.

Definition at line 673 of file ScheduleParserHelper.cpp.

Referenced by AIRSCHED::ScheduleParser::generateInventories().


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