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

#include <airinv/bom/FRAT5Struct.hpp>

+ Inheritance diagram for AIRINV::FRAT5Struct:

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

◆ FRAT5Struct()

AIRINV::FRAT5Struct::FRAT5Struct ( )

Default constructor.

Definition at line 15 of file FRAT5Struct.cpp.

◆ ~FRAT5Struct()

AIRINV::FRAT5Struct::~FRAT5Struct ( )

Destructor

Definition at line 19 of file FRAT5Struct.cpp.

Member Function Documentation

◆ describe()

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.

Member Data Documentation

◆ _key

std::string AIRINV::FRAT5Struct::_key

Curve key.

Definition at line 37 of file FRAT5Struct.hpp.

Referenced by describe().

◆ _curve

stdair::FRAT5Curve_T AIRINV::FRAT5Struct::_curve

Curve.

Definition at line 40 of file FRAT5Struct.hpp.

Referenced by describe().

◆ _dtd

stdair::DTD_T AIRINV::FRAT5Struct::_dtd

DTD.

Definition at line 45 of file FRAT5Struct.hpp.


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