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

#include <airrac/command/YieldParserHelper.hpp>

+ Inheritance diagram for AIRRAC::YieldFileParser:

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

◆ YieldFileParser()

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

Constructor.

Definition at line 507 of file YieldParserHelper.cpp.

Member Function Documentation

◆ generateYieldStore()

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: