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::FRAT5FileParser Class Reference

#include <airinv/command/FRAT5ParserHelper.hpp>

+ Inheritance diagram for AIRINV::FRAT5FileParser:

List of all members.

Public Member Functions

 FRAT5FileParser (stdair::BomRoot &ioBomRoot, const stdair::Filename_T &iFilename)
bool generateFRAT5Curves ()

Detailed Description

Short Description
Detailed Description. Class wrapping the initialisation and entry point of the parser.
The seemingly redundancy is used to force the instantiation of the actual parser, which is a templatised Boost Spirit grammar. Hence, the actual parser is instantiated within that class object code.

Definition at line 126 of file FRAT5ParserHelper.hpp.


Constructor & Destructor Documentation

AIRINV::FRAT5FileParser::FRAT5FileParser ( stdair::BomRoot &  ioBomRoot,
const stdair::Filename_T &  iFilename 
)

Constructor.

Definition at line 178 of file FRAT5ParserHelper.cpp.


Member Function Documentation

bool AIRINV::FRAT5FileParser::generateFRAT5Curves ( )

Parse the input file and generate the FRAT5 curves.

Definition at line 202 of file FRAT5ParserHelper.cpp.

Referenced by AIRINV::FRAT5Parser::parse().


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