$treeview $search $mathjax
#include <simfqt/command/FareParser.hpp>
Inheritance diagram for SIMFQT::FareParser:
Static Public Member Functions | |
static void | fareRuleGeneration (const FareFilePath &, stdair::BomRoot &) |
Definition at line 23 of file FareParser.hpp.
void SIMFQT::FareParser::fareRuleGeneration | ( | const FareFilePath & | , | |
stdair::BomRoot & | ||||
) | [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().