Class wrapping the parser entry point. More...
#include <airrac/command/YieldParser.hpp>
Static Public Member Functions | |
static void | generateYieldStore (const YieldFilePath &, stdair::BomRoot &) |
Class wrapping the parser entry point.
Definition at line 25 of file YieldParser.hpp.
|
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.
const | YieldFilePath& 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().