|
arsa
2.7
|
Go to the source code of this file.
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... | |
Namespaces | |
| irr | |
| Everything in the Irrlicht Engine can be found in this namespace. | |
| irr::core | |
| Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace. | |
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 (used only by irr::array so far) More... | |
1.8.15