AirRAC Logo  0.1.2
C++ Simulated Revenue Accounting (RAC) System Library
AIRRAC::YieldFileParser Class Reference

#include <airrac/command/YieldParserHelper.hpp>

Inheritance diagram for AIRRAC::YieldFileParser:

List of all members.

Public Member Functions

 YieldFileParser (stdair::BomRoot &, const stdair::Filename_T &iYieldInputFilename)
void generateYieldStore ()

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 246 of file YieldParserHelper.hpp.


Constructor & Destructor Documentation

AIRRAC::YieldFileParser::YieldFileParser ( stdair::BomRoot &  ,
const stdair::Filename_T &  iYieldInputFilename 
)

Constructor.

Definition at line 469 of file YieldParserHelper.cpp.


Member Function Documentation

void AIRRAC::YieldFileParser::generateYieldStore ( )

Parse the yield store input file.

Definition at line 491 of file YieldParserHelper.cpp.

Referenced by AIRRAC::YieldParser::generateYieldStore().


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