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::FlightPeriodFileParser Class Reference

#include <airtsp/command/ScheduleParserHelper.hpp>

+ Inheritance diagram for AIRTSP::FlightPeriodFileParser:

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

Constructor & Destructor Documentation

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

Constructor.

Definition at line 716 of file ScheduleParserHelper.cpp.

Member Function Documentation

bool AIRTSP::FlightPeriodFileParser::generateInventories ( )

Parse the input file and generate the Inventories.

Definition at line 753 of file ScheduleParserHelper.cpp.

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


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