AirRAC Logo  1.00.0
C++ Simulated Revenue Accounting (RAC) System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
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 202 of file YieldParserHelper.hpp.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 507 of file YieldParserHelper.cpp.


Member Function Documentation

void AIRRAC::YieldFileParser::generateYieldStore ( )

Parse the yield store input file.

Definition at line 529 of file YieldParserHelper.cpp.

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


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