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

#include <singleton.h>

Static Public Member Functions

static TCreate ()
 
static void Destroy (T *p)
 

Detailed Description

template<class T>
struct Chroma::CreateUsingNew< T >

Definition at line 176 of file singleton.h.

Member Function Documentation

◆ Create()

template<class T >
static T* Chroma::CreateUsingNew< T >::Create ( )
inlinestatic

Definition at line 178 of file singleton.h.

◆ Destroy()

template<class T >
static void Chroma::CreateUsingNew< T >::Destroy ( T p)
inlinestatic

Definition at line 181 of file singleton.h.

References Chroma::p.


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