Class filling the TravelSolutionHolder structure (representing a list of classes/travelSolutions) from a given input file. More...
#include <airsched/command/TravelSolutionParser.hpp>
Static Public Member Functions | |
static bool | parseInputFileAndBuildBom (const stdair::Filename_T &) |
Class filling the TravelSolutionHolder structure (representing a list of classes/travelSolutions) from a given input file.
Definition at line 19 of file TravelSolutionParser.hpp.
bool AIRSCHED::TravelSolutionParser::parseInputFileAndBuildBom | ( | const stdair::Filename_T & | ) | [static] |
Parse the input values from a CSV-formatted travel solution file.
const | std::string& iInputFileName Travel solution file to be parsed. |
Definition at line 21 of file TravelSolutionParser.cpp.