Static Public Member Functions
icl_core::SLPNoDestroy< T > Class Template Reference

#include <SingletonLifetimePolicies.h>

List of all members.

Static Public Member Functions

static void onDeadReference ()
static void scheduleDestruction (DestructionFuncPtr)

Detailed Description

template<class T>
class icl_core::SLPNoDestroy< T >

Non-destruction lifetime policy for singletons. The singleton instance is never destroyed, unless a static creation policy is used, in which case The compiler's runtime code will automatically destroy it.

Definition at line 70 of file SingletonLifetimePolicies.h.


Member Function Documentation

template<class T >
static void icl_core::SLPNoDestroy< T >::onDeadReference ( ) [inline, static]

Definition at line 77 of file SingletonLifetimePolicies.h.

template<class T >
static void icl_core::SLPNoDestroy< T >::scheduleDestruction ( DestructionFuncPtr  ) [inline, static]

Definition at line 73 of file SingletonLifetimePolicies.h.


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


fzi_icl_core
Author(s):
autogenerated on Thu Jun 6 2019 20:22:26