SimFQT Logo  1.00.0
C++ Simulated Fare Quote System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
SIMFQT::FareParser Class Reference

#include <simfqt/command/FareParser.hpp>

+ Inheritance diagram for SIMFQT::FareParser:

List of all members.

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

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: