![]() |
Dataflow Runtime API
3.0.3.0
|
Derives from SingleInstance<> and makes its singleton reference accessible. More...
#include <Imt.Base.OS.WinEC7/SingleInstance.h>
Static Public Member Functions | |
static TypeOfClass & | getInstance (void) |
Returns singleton. More... | |
static bool | isInstanceAvailable (void) |
Returns true, if instance is available. More... | |
Protected Member Functions | |
SingleInstance (void) | |
Constructor. More... | |
virtual | ~SingleInstance (void) |
Destructor. More... | |
Static Protected Attributes | |
static TypeOfClass * | s_pSingle = NULL |
Refers to created instance of that type Write your own getter for that member if requested. More... | |
Derives from SingleInstance<> and makes its singleton reference accessible.
|
inlineexplicitprotected |
Constructor.
|
inlineprotectedvirtual |
Destructor.
|
inlinestatic |
Returns singleton.
|
inlinestatic |
Returns true, if instance is available.
|
staticprotected |
Refers to created instance of that type Write your own getter for that member if requested.