Creates and destroys objects using malloc() and free(). More...
#include <SingletonCreationPolicies.h>
| Static Public Member Functions | |
| static T * | create () | 
| static void | destroy (T *object) | 
Creates and destroys objects using malloc() and free().
Definition at line 74 of file SingletonCreationPolicies.h.
| static T* icl_core::SCPCreateUsingMalloc< T >::create | ( | ) |  [inline, static] | 
Definition at line 77 of file SingletonCreationPolicies.h.
| static void icl_core::SCPCreateUsingMalloc< T >::destroy | ( | T * | object | ) |  [inline, static] | 
Definition at line 82 of file SingletonCreationPolicies.h.