$treeview $search $mathjax
#include <stdair/factory/FacCloneBom.hpp>
Inheritance diagram for stdair::FacCloneBom< BOM >:
Public Member Functions | |
BOM & | clone (const BOM &) |
~FacCloneBom () | |
void | clean () |
Static Public Member Functions | |
static FacCloneBom & | instance () |
Protected Member Functions | |
FacCloneBom () |
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 | ( | ) | [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(), stdair::FacSupervisor::instance(), and stdair::FacSupervisor::registerCloneBomFactory().
BOM & stdair::FacCloneBom< BOM >::clone | ( | const BOM & | ) |
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().