Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include "irrTypes.h"
#include <new>
#include <memory.h>
Go to the source code of this file.
Namespaces | |
namespace | irr |
namespace | irr::core |
Classes | |
class | irr::core::irrAllocator< T > |
Very simple allocator implementation, containers using it can be used across dll boundaries. More... | |
class | irr::core::irrAllocatorFast< T > |
Fast allocator, only to be used in containers inside the same memory heap. More... | |
Enumerations | |
enum | irr::core::eAllocStrategy { irr::core::ALLOC_STRATEGY_SAFE = 0, irr::core::ALLOC_STRATEGY_DOUBLE = 1, irr::core::ALLOC_STRATEGY_SQRT = 2 } |
defines an allocation strategy More... |
The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:05 2010 by Doxygen
(1.5.6) |