Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
CreationPolicies.h File Reference
#include <malloc.h>
Include dependency graph for CreationPolicies.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Protium::Singleton::CreateAlloc< Alloc >::Allocator< T >
 
struct  Protium::Singleton::CreateAlloc< Alloc >
 
struct  Protium::Singleton::CreateMalloc< T >
 Helper struct to create instances with malloc, and deallocate with free. More...
 
struct  Protium::Singleton::CreateNew< T >
 
struct  Protium::Singleton::CreateStatic< T >
 Helper struct to create static instances of classes. More...
 
union  Protium::Singleton::CreateStatic< T >::MaxAlign
 Used to determine max type size. More...
 

Namespaces

 Protium
 Encapsulates all Protium Modules.
 
 Protium::Singleton