| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <irrAllocator.h>
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. | |
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
Definition at line 74 of file irrAllocator.h.
|
||||||||||
|
Allocate memory for an array of objects.
Definition at line 79 of file irrAllocator.h. |
|
||||||||||||||||
|
Construct an element.
Definition at line 91 of file irrAllocator.h. |
|
||||||||||
|
Deallocate memory for an array of objects.
Definition at line 85 of file irrAllocator.h. |
|
||||||||||
|
Destruct an element.
Definition at line 97 of file irrAllocator.h. |
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:13 2008 by Doxygen
(1.4.2) |