StdAir Logo  1.00.20
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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

◆ BomID() [1/2]

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

Main constructor.

Definition at line 58 of file BomID.hpp.

References BomID().

Referenced by BomID(), and BomID().

◆ BomID() [2/2]

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

Copy constructor.

Definition at line 61 of file BomID.hpp.

References BomID().

◆ ~BomID()

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

Destructor.

Definition at line 65 of file BomID.hpp.

Member Function Documentation

◆ getObject()

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: