#include <tvlsim/factory/FacDsimServiceContext.hpp>
Public Member Functions | |
~FacDsimServiceContext () | |
TVLSIM_ServiceContext & | create () |
Static Public Member Functions | |
static FacDsimServiceContext & | instance () |
Protected Member Functions | |
FacDsimServiceContext () |
Factory for Bucket.
Definition at line 19 of file FacDsimServiceContext.hpp.
TVLSIM::FacDsimServiceContext::~FacDsimServiceContext | ( | ) |
Destructor.
The Destruction put the _instance to NULL in order to be clean for the next FacDsimServiceContext::instance()
Definition at line 17 of file FacDsimServiceContext.cpp.
|
inlineprotected |
Default Constructor.
This constructor is protected in order to ensure the singleton pattern.
Definition at line 43 of file FacDsimServiceContext.hpp.
Referenced by instance().
|
static |
Provide the unique instance.
The singleton is instantiated when first used
Definition at line 22 of file FacDsimServiceContext.cpp.
References FacDsimServiceContext().
TVLSIM_ServiceContext & TVLSIM::FacDsimServiceContext::create | ( | ) |
Create a new TVLSIM_ServiceContext object.
This new object is added to the list of instantiated objects.
Definition at line 35 of file FacDsimServiceContext.cpp.