Class wrapping the parser entry point. More...
#include <airsched/command/OnDParser.hpp>
Inheritance diagram for AIRSCHED::OnDParser:Static Public Member Functions | |
| static void | generateOnDPeriods (const stdair::Filename_T &, stdair::BomRoot &) |
Class wrapping the parser entry point.
Definition at line 23 of file OnDParser.hpp.
| void AIRSCHED::OnDParser::generateOnDPeriods | ( | const stdair::Filename_T & | iFilename, |
| stdair::BomRoot & | ioBomRoot | ||
| ) | [static] |
Parse the CSV file describing the O&D.
| const | std::string& The file-name of the CSV-formatted fare input file and the container. |
Definition at line 16 of file OnDParser.cpp.
References AIRSCHED::OnDPeriodFileParser::generateOnDPeriods().
Referenced by AIRSCHED::AIRSCHED_Service::parseAndLoad().