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