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

Creates and destroys objects using malloc() and free(). More...

#include <SingletonCreationPolicies.h>

List of all members.

Static Public Member Functions

static T * create ()
static void destroy (T *object)

Detailed Description

template<class T>
class icl_core::SCPCreateUsingMalloc< T >

Creates and destroys objects using malloc() and free().

Definition at line 74 of file SingletonCreationPolicies.h.


Member Function Documentation

template<class T >
static T* icl_core::SCPCreateUsingMalloc< T >::create ( ) [inline, static]

Definition at line 77 of file SingletonCreationPolicies.h.

template<class T >
static void icl_core::SCPCreateUsingMalloc< T >::destroy ( T *  object) [inline, static]

Definition at line 82 of file SingletonCreationPolicies.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