$treeview $search $mathjax
Base class for Factory layer. More...
#include <stdair/factory/FacCloneBom.hpp>
Public Member Functions | |
BOM & | clone (const BOM &) |
~FacCloneBom () | |
void | clean () |
Static Public Member Functions | |
static FacCloneBom & | instance () |
Protected Member Functions | |
FacCloneBom () |
Base class for Factory layer.
Definition at line 22 of file FacCloneBom.hpp.
stdair::FacCloneBom< BOM >::FacCloneBom | ( | ) | [inline, protected] |
Default Constructor.
Definition at line 48 of file FacCloneBom.hpp.
Referenced by stdair::FacCloneBom< BOM >::instance().
stdair::FacCloneBom< BOM >::~FacCloneBom | ( | ) | [inline] |
Destructor.
Definition at line 54 of file FacCloneBom.hpp.
References stdair::FacCloneBom< BOM >::clean().
FacCloneBom< BOM > & stdair::FacCloneBom< BOM >::instance | ( | ) | [inline, static] |
Provide the unique instance.
The singleton is instantiated when first used.
Definition at line 82 of file FacCloneBom.hpp.
References stdair::FacCloneBom< BOM >::FacCloneBom().
BOM & stdair::FacCloneBom< BOM >::clone | ( | const BOM & | iBom | ) | [inline] |
Clone a BOM object.
Definition at line 110 of file FacCloneBom.hpp.
void stdair::FacCloneBom< BOM >::clean | ( | ) | [inline] |
Destroyed all the object instantiated by this factory.
Definition at line 93 of file FacCloneBom.hpp.
Referenced by stdair::FacCloneBom< BOM >::~FacCloneBom().