#include <simfqt/command/FareParser.hpp>
Static Public Member Functions | |
static void | fareRuleGeneration (const FareFilePath &, stdair::BomRoot &) |
Class wrapping the parser entry point.
Definition at line 23 of file FareParser.hpp.
|
static |
Parses the CSV file describing the fares for the simulator, and generates the fare bom tree accordingly.
const | FareFilePath& The file-name of the CSV-formatted fare input file. |
stdair::BomRoot& | Root of the BOM tree. |
Definition at line 17 of file FareParser.cpp.
References SIMFQT::FareRuleFileParser::generateFareRules().
Referenced by SIMFQT::SIMFQT_Service::parseAndLoad().