#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 470 of file InventoryParserHelper.hpp.
| AIRINV::InventoryParserHelper::InventoryParser::InventoryParser | ( | stdair::BomRoot & | ioBomRoot, |
| FlightDateStruct & | ioFlightDate, | ||
| unsigned int & | ioNbOfFlights | ||
| ) |
Definition at line 894 of file InventoryParserHelper.cpp.
| stdair::BomRoot& AIRINV::InventoryParserHelper::InventoryParser::_bomRoot |
Definition at line 498 of file InventoryParserHelper.hpp.
| FlightDateStruct& AIRINV::InventoryParserHelper::InventoryParser::_flightDate |
Definition at line 499 of file InventoryParserHelper.hpp.
| unsigned int& AIRINV::InventoryParserHelper::InventoryParser::_nbOfFlights |
Definition at line 500 of file InventoryParserHelper.hpp.
1.8.1.1