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::FRAT5Struct Struct Reference

#include <airinv/bom/FRAT5Struct.hpp>

+ Inheritance diagram for AIRINV::FRAT5Struct:

List of all members.

Public Member Functions

const std::string describe () const
 FRAT5Struct ()
 ~FRAT5Struct ()

Public Attributes

std::string _key
stdair::FRAT5Curve_T _curve
stdair::DTD_T _dtd

Detailed Description

Utility Structure for the parsing of FRAT5 structures.

Definition at line 15 of file FRAT5Struct.hpp.


Constructor & Destructor Documentation

AIRINV::FRAT5Struct::FRAT5Struct ( )

Default constructor.

Definition at line 15 of file FRAT5Struct.cpp.

AIRINV::FRAT5Struct::~FRAT5Struct ( )

Destructor

Definition at line 19 of file FRAT5Struct.cpp.


Member Function Documentation

const std::string AIRINV::FRAT5Struct::describe ( ) const

Give a description of the structure (for display purposes).

Definition at line 23 of file FRAT5Struct.cpp.

References _curve, and _key.

Referenced by AIRINV::FRAT5ParserHelper::doEndCurve::operator()().


Member Data Documentation

std::string AIRINV::FRAT5Struct::_key
stdair::FRAT5Curve_T AIRINV::FRAT5Struct::_curve
stdair::DTD_T AIRINV::FRAT5Struct::_dtd

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