library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
AllocatorNoThrow () | |
AllocatorNoThrow (size_t size) | |
void * | allocate () |
void * | allocate (size_t size) |
Definition at line 641 of file allocator.h.
lass::util::AllocatorNoThrow< Allocator >::AllocatorNoThrow | ( | ) | [inline] |
Definition at line 644 of file allocator.h.
lass::util::AllocatorNoThrow< Allocator >::AllocatorNoThrow | ( | size_t | size | ) | [inline] |
Definition at line 648 of file allocator.h.
void* lass::util::AllocatorNoThrow< Allocator >::allocate | ( | ) | [inline] |
Definition at line 652 of file allocator.h.
void* lass::util::AllocatorNoThrow< Allocator >::allocate | ( | size_t | size | ) | [inline] |
Definition at line 663 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |