![]() |
Protium
Math and Design Features
|
#include <CreationPolicies.h>
Static Public Member Functions | |
| static T * | Create () |
| Creates instance. More... | |
| static void | Destroy (T *p) |
| Destroys instance. More... | |
Static Public Attributes | |
| static Alloc< T > | allocator |
| The allocator for all of these type classes. More... | |
Helper interior struct for allocating resources
| T | the class to be created |
Definition at line 27 of file CreationPolicies.h.
|
inlinestatic |
Creates instance.
Definition at line 31 of file CreationPolicies.h.
|
inlinestatic |
Destroys instance.
Definition at line 34 of file CreationPolicies.h.
|
static |
The allocator for all of these type classes.
Definition at line 29 of file CreationPolicies.h.