StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
stdair::BomID< BOM > Struct Template Reference

Class wrapper of bom ID (e.g. pointer to object). More...

#include <stdair/bom/BomID.hpp>

Public Member Functions

BOM & getObject () const
 
 BomID (BOM &iBOM)
 
 BomID (const BomID &)
 
 ~BomID ()
 

Detailed Description

template<typename BOM>
struct stdair::BomID< BOM >

Class wrapper of bom ID (e.g. pointer to object).

Definition at line 17 of file BomID.hpp.

Constructor & Destructor Documentation

template<typename BOM >
stdair::BomID< BOM >::BomID ( BOM &  iBOM)

Main constructor.

Definition at line 58 of file BomID.hpp.

template<typename BOM >
stdair::BomID< BOM >::BomID ( const BomID< BOM > &  iBomID)

Copy constructor.

Definition at line 61 of file BomID.hpp.

template<typename BOM >
stdair::BomID< BOM >::~BomID ( )

Destructor.

Definition at line 65 of file BomID.hpp.

Member Function Documentation

template<typename BOM >
BOM & stdair::BomID< BOM >::getObject ( ) const

Retrieve the object.

Definition at line 68 of file BomID.hpp.

Referenced by stdair::CancellationStruct::describe(), and stdair::CancellationStruct::display().


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