#include <airinv/command/InventoryParserHelper.hpp>
Inheritance diagram for AIRINV::InventoryParserHelper::InventoryParser:Classes | |
| struct | definition |
Public Member Functions | |
| InventoryParser (stdair::BomRoot &, FlightDateStruct &, unsigned int &) | |
Public Attributes | |
| stdair::BomRoot & | _bomRoot |
| FlightDateStruct & | _flightDate |
| unsigned int & | _nbOfFlights |
FlightDepDate; 2010-02-08; SIN; BKK; L; 10.0; 1.0;
Grammar: FlightDate ::= FlightDepDate ';' Origin ';' Destination EndOfFlightDate FlightDepDate ::= date EndOfFlightDate ::= ';' Grammar for the inventory parser.
Definition at line 454 of file InventoryParserHelper.hpp.
| AIRINV::InventoryParserHelper::InventoryParser::InventoryParser | ( | stdair::BomRoot & | ioBomRoot, |
| FlightDateStruct & | ioFlightDate, | ||
| unsigned int & | ioNbOfFlights | ||
| ) |
Definition at line 862 of file InventoryParserHelper.cpp.
| stdair::BomRoot& AIRINV::InventoryParserHelper::InventoryParser::_bomRoot |
Definition at line 482 of file InventoryParserHelper.hpp.
Definition at line 483 of file InventoryParserHelper.hpp.
Definition at line 484 of file InventoryParserHelper.hpp.