CHROMA
Static Public Member Functions | List of all members
Chroma::CreateUsingMalloc< 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::CreateUsingMalloc< T >

Definition at line 192 of file singleton.h.

Member Function Documentation

◆ Create()

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

Definition at line 194 of file singleton.h.

References Chroma::p.

◆ Destroy()

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

Definition at line 201 of file singleton.h.

References Chroma::p.


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