AirInv Logo  1.00.12
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
AIRINV::InventoryParserHelper::InventoryParser Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ InventoryParser()

AIRINV::InventoryParserHelper::InventoryParser::InventoryParser ( stdair::BomRoot & ioBomRoot,
FlightDateStruct & ioFlightDate,
unsigned int & ioNbOfFlights )

Member Data Documentation

◆ _bomRoot

stdair::BomRoot& AIRINV::InventoryParserHelper::InventoryParser::_bomRoot

◆ _flightDate

FlightDateStruct& AIRINV::InventoryParserHelper::InventoryParser::_flightDate

◆ _nbOfFlights

unsigned int& AIRINV::InventoryParserHelper::InventoryParser::_nbOfFlights

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