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.
|
inlineprotected |
Default Constructor.
Definition at line 48 of file FacCloneBom.hpp.
|
inline |
Destructor.
Definition at line 54 of file FacCloneBom.hpp.
References stdair::FacCloneBom< BOM >::clean().
|
static |
Provide the unique instance.
The singleton is instantiated when first used.
Definition at line 82 of file FacCloneBom.hpp.
References stdair::FacSupervisor::instance(), and stdair::FacSupervisor::registerCloneBomFactory().
BOM & stdair::FacCloneBom< BOM >::clone | ( | const BOM & | iBom | ) |
Clone a BOM object.
Definition at line 110 of file FacCloneBom.hpp.
void stdair::FacCloneBom< BOM >::clean | ( | ) |
Destroyed all the object instantiated by this factory.
Definition at line 93 of file FacCloneBom.hpp.
Referenced by stdair::FacCloneBom< BOM >::~FacCloneBom().