CHROMA
Static Public Member Functions | List of all members
Chroma::SingletonWithLongevity< T > Class Template Reference

#include <singleton.h>

Static Public Member Functions

static void ScheduleDestruction (T *pObj, void(*pFun)())
 
static void OnDeadReference ()
 

Detailed Description

template<class T>
class Chroma::SingletonWithLongevity< T >

Definition at line 344 of file singleton.h.

Member Function Documentation

◆ OnDeadReference()

template<class T >
static void Chroma::SingletonWithLongevity< T >::OnDeadReference ( )
inlinestatic

Definition at line 353 of file singleton.h.

◆ ScheduleDestruction()

template<class T >
static void Chroma::SingletonWithLongevity< T >::ScheduleDestruction ( T pObj,
void(*)()  pFun 
)
inlinestatic

Definition at line 347 of file singleton.h.

References Chroma::SetLongevity().


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