AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRINV::InventoryParserHelper::InventoryParser Struct Reference

#include <airinv/command/InventoryParserHelper.hpp>

+ Inheritance diagram for AIRINV::InventoryParserHelper::InventoryParser:

List of all members.

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

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

Definition at line 894 of file InventoryParserHelper.cpp.


Member Data Documentation

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.


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