From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../classirr_1_1core_1_1irr_allocator_fast.html | 253 +++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1irr_allocator_fast.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1irr_allocator_fast.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1irr_allocator_fast.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1irr_allocator_fast.html new file mode 100644 index 0000000..2ab357e --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1irr_allocator_fast.html @@ -0,0 +1,253 @@ + + + + +Irrlicht 3D Engine: irr::core::irrAllocatorFast< T > Class Template Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::core::irrAllocatorFast< T > Class Template Reference
+
+
+ +

Fast allocator, only to be used in containers inside the same memory heap. + More...

+ +

#include <irrAllocator.h>

+ +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

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

+ +

Fast allocator, only to be used in containers inside the same memory heap.

+

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 75 of file irrAllocator.h.

+

Member Function Documentation

+ +
+
+
+template<typename T >
+ + + + + + + + +
T* irr::core::irrAllocatorFast< T >::allocate (size_t cnt) [inline]
+
+
+ +

Allocate memory for an array of objects.

+ +

Definition at line 80 of file irrAllocator.h.

+ +
+
+ +
+
+
+template<typename T >
+ + + + + + + + + + + + + + + + + + +
void irr::core::irrAllocatorFast< T >::construct (T * ptr,
const T & e 
) [inline]
+
+
+ +

Construct an element.

+ +

Definition at line 92 of file irrAllocator.h.

+ +
+
+ +
+
+
+template<typename T >
+ + + + + + + + +
void irr::core::irrAllocatorFast< T >::deallocate (T * ptr) [inline]
+
+
+ +

Deallocate memory for an array of objects.

+ +

Definition at line 86 of file irrAllocator.h.

+ +
+
+ +
+
+
+template<typename T >
+ + + + + + + + +
void irr::core::irrAllocatorFast< T >::destruct (T * ptr) [inline]
+
+
+ +

Destruct an element.

+ +

Definition at line 98 of file irrAllocator.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1