$treeview $search $mathjax
AirInv Logo  1.00.1
$projectbrief
$projectbrief
$searchbox

AIRINV::FlightPeriodFileParser Class Reference

#include <airinv/command/ScheduleParserHelper.hpp>

Inheritance diagram for AIRINV::FlightPeriodFileParser:

CmdAbstract List of all members.

Public Member Functions

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

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


Constructor & Destructor Documentation

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

Constructor.

Definition at line 706 of file ScheduleParserHelper.cpp.


Member Function Documentation

bool AIRINV::FlightPeriodFileParser::generateInventories (  ) 

Parse the input file and generate the Inventories.

Definition at line 730 of file ScheduleParserHelper.cpp.


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