library of assembled shared sources

http://lass.cocamware.com

lass::prim::impl::AllocatorHelper< T, false > Class Template Reference

#include <prim_allocator.h>


Static Public Member Functions

static T * allocate (size_t n)
static void deallocate (T *p, size_t n)

Static Private Member Functions

static void deallocate (T *p, size_t n, size_t i)


Detailed Description

template<typename T>
class lass::prim::impl::AllocatorHelper< T, false >

Definition at line 74 of file prim_allocator.h.


Member Function Documentation

template<typename T >
static T* lass::prim::impl::AllocatorHelper< T, false >::allocate ( size_t  n  )  [inline, static]

template<typename T >
static void lass::prim::impl::AllocatorHelper< T, false >::deallocate ( T *  p,
size_t  n 
) [inline, static]

template<typename T >
static void lass::prim::impl::AllocatorHelper< T, false >::deallocate ( T *  p,
size_t  n,
size_t  i 
) [inline, static, private]

Definition at line 101 of file prim_allocator.h.

References lass::prim::impl::deallocateMemory(), and lass::stde::T.


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

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