AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRTSP::TravelSolutionParser Class Reference

Class filling the TravelSolutionHolder structure (representing a list of classes/travelSolutions) from a given input file. More...

#include <airtsp/command/TravelSolutionParser.hpp>

+ Inheritance diagram for AIRTSP::TravelSolutionParser:

Static Public Member Functions

static bool parseInputFileAndBuildBom (const stdair::Filename_T &)
 

Detailed Description

Class filling the TravelSolutionHolder structure (representing a list of classes/travelSolutions) from a given input file.

Definition at line 19 of file TravelSolutionParser.hpp.

Member Function Documentation

bool AIRTSP::TravelSolutionParser::parseInputFileAndBuildBom ( const stdair::Filename_T &  )
static

Parse the input values from a CSV-formatted travel solution file.

Parameters
conststd::string& iInputFileName Travel solution file to be parsed.
Returns
bool Whether or not the parsing was successful.

Definition at line 21 of file TravelSolutionParser.cpp.


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