Dataflow Runtime API  2.7.4.0
Static Public Member Functions | Protected Member Functions | Static Protected Attributes | List of all members
imt::base::os::winec7::SingleInstance< TypeOfClass > Class Template Reference

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.
 

Detailed Description

template<class TypeOfClass>
class imt::base::os::winec7::SingleInstance< TypeOfClass >

Derives from SingleInstance<> and makes its singleton reference accessible.


The documentation for this class was generated from the following file: