AirInv Logo  1.00.10
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
AIRINV::ScheduleParser Class Reference

Class wrapping the parser entry point. More...

#include <airinv/command/ScheduleParser.hpp>

+ Inheritance diagram for AIRINV::ScheduleParser:

Static Public Member Functions

static void generateInventories (const stdair::ScheduleFilePath &iScheduleFilename, stdair::BomRoot &)
 

Detailed Description

Class wrapping the parser entry point.

Definition at line 22 of file ScheduleParser.hpp.

Member Function Documentation

◆ generateInventories()

void AIRINV::ScheduleParser::generateInventories ( const stdair::ScheduleFilePath & iScheduleFilename,
stdair::BomRoot & ioBomRoot )
static

Parse the CSV file describing the airline schedules for the simulator, and generates the inventories accordingly.

Parameters
conststdair::Filename_T& The file-name of the CSV-formatted schedule input file.
stdair::BomRoot&Root of the BOM tree.

Definition at line 19 of file ScheduleParser.cpp.

References AIRINV::FlightPeriodFileParser::generateInventories().

Referenced by AIRINV::AIRINV_Service::parseAndLoad().


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