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
- T * allocate (size_t cnt)
- allocate memory for an array of objects
- void construct (T *ptr, const T &e)
- construct an element
- void deallocate (T *ptr)
- deallocate memory for an array of objects
- void destruct (T *ptr)
- destruct an element
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
1.5.1-p1