irrAllocatorFast Class Template Reference

#include <irrAllocator.h>


Detailed Description

template<typename T>
class irr::core::irrAllocatorFast< T >

Containers using it are NOT able to be used it across dll boundaries. Use this when using in an internal class or function or when compiled into a static lib

Public Member Functions


Member Function Documentation

T* allocate ( size_t  cnt  )  [inline]

void construct ( T *  ptr,
const T &  e 
) [inline]

void deallocate ( T *  ptr  )  [inline]

void destruct ( T *  ptr  )  [inline]


Generated on Fri Apr 27 14:47:02 2007 for IrrSpintz by  doxygen 1.5.1-p1