library of assembled shared sources

http://lass.cocamware.com

lass::util::AllocatorSingleton< VariableAllocator, destructionPriority > Class Template Reference
[Allocator]

#include <allocator.h>


Public Member Functions

void * allocate ()
void * allocate (size_t size)
void deallocate (void *mem)
void deallocate (void *mem, size_t size)
VariableAllocator * allocator ()


Detailed Description

template<typename VariableAllocator, int destructionPriority = destructionPriorityInternalAllocators>
class lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >

Definition at line 686 of file allocator.h.


Member Function Documentation

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
void* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocate (  )  [inline]

Definition at line 689 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
void* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocate ( size_t  size  )  [inline]

Definition at line 693 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
void lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::deallocate ( void *  mem  )  [inline]

Definition at line 697 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
void lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::deallocate ( void *  mem,
size_t  size 
) [inline]

Definition at line 701 of file allocator.h.

template<typename VariableAllocator , int destructionPriority = destructionPriorityInternalAllocators>
VariableAllocator* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocator (  )  [inline]

Definition at line 705 of file allocator.h.


The documentation for this class was generated from the following file:

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo