AirRAC Logo  1.00.0
C++ Simulated Revenue Accounting (RAC) System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
AIRRAC::YieldParser Class Reference

Class wrapping the parser entry point. More...

#include <airrac/command/YieldParser.hpp>

+ Inheritance diagram for AIRRAC::YieldParser:

List of all members.

Static Public Member Functions

static void generateYieldStore (const YieldFilePath &, stdair::BomRoot &)

Detailed Description

Class wrapping the parser entry point.

Definition at line 25 of file YieldParser.hpp.


Member Function Documentation

void AIRRAC::YieldParser::generateYieldStore ( const YieldFilePath iYieldFilename,
stdair::BomRoot &  ioBomRoot 
)
static

Parse the CSV file describing an airline yield store, and generates the corresponding data model in memory. It can then be used, for instance in a simulator.

Parameters:
constYieldFilePath& The file-name of the CSV-formatted yield input file.
stdair::BomRoot&Root of the BOM tree.

Definition at line 16 of file YieldParser.cpp.

References AIRRAC::YieldFileParser::generateYieldStore().

Referenced by AIRRAC::AIRRAC_Service::parseAndLoad().


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