SimFQT Logo  1.00.4
C++ Simulated Fare Quote System Library
SIMFQT::FareParser Class Reference

#include <simfqt/command/FareParser.hpp>

+ Inheritance diagram for SIMFQT::FareParser:

Static Public Member Functions

static void fareRuleGeneration (const FareFilePath &, stdair::BomRoot &)
 

Detailed Description

Class wrapping the parser entry point.

Definition at line 23 of file FareParser.hpp.

Member Function Documentation

◆ fareRuleGeneration()

void SIMFQT::FareParser::fareRuleGeneration ( const FareFilePath iFareFilename,
stdair::BomRoot &  ioBomRoot 
)
static

Parses the CSV file describing the fares for the simulator, and generates the fare bom tree accordingly.

Parameters
constFareFilePath& 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().


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