library of assembled shared sources

http://lass.cocamware.com

lass::prim::impl::AllocatorHelper< T, hasTrivialConstructorAndDestructor > 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)


Detailed Description

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

Definition at line 60 of file prim_allocator.h.


Member Function Documentation

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

Definition at line 63 of file prim_allocator.h.

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

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


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