![]() |
Dataflow Runtime API
2.7.4.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. | |
static bool | isInstanceAvailable (void) |
Returns true, if instance is available. | |
Protected Member Functions | |
SingleInstance (void) | |
Constructor. | |
virtual | ~SingleInstance (void) |
Destructor. | |
Static Protected Attributes | |
static TypeOfClass * | s_pSingle = NULL |
Refers to created instance of that type Write your own getter for that member if requested. | |
Derives from SingleInstance<> and makes its singleton reference accessible.