|
Honeycomb
0.1
Component-Model Framework
|
Objects that inherit from this class will use Alloc for new/delete ops.
More...
#include <Allocator.h>

Public Types | |
| template<class T > | |
| using | Allocator = Alloc< T > |
Public Member Functions | |
| void * | operator new (szt size) |
| void * | operator new (szt, void *ptr) |
| void * | operator new (szt size, const char *srcFile, int srcLine) |
| void * | operator new[] (szt size) |
| void * | operator new[] (szt, void *ptr) |
| void * | operator new[] (szt size, const char *srcFile, int srcLine) |
| void | operator delete (void *p) |
| void | operator delete[] (void *p) |
Objects that inherit from this class will use Alloc for new/delete ops.
| using honey::AllocatorObject< Alloc >::Allocator = Alloc<T> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.10