$treeview $search $mathjax
AirInv Logo  1.00.1
$projectbrief
$projectbrief
$searchbox

AIRINV::FRAT5FileParser Class Reference

#include <airinv/command/FRAT5ParserHelper.hpp>

Inheritance diagram for AIRINV::FRAT5FileParser:

CmdAbstract List of all members.

Public Member Functions

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

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.


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