|
FRX SDK Documentation 2025 SP0
|
#include <_AcArray.h>
Public Types | |
| typedef unsigned int | size_type |
Static Public Member Functions | |
| static void | copy (T *pDestination, const T *pSource, size_type numObjects) |
| static void | move (T *pDestination, const T *pSource, size_type numObjects) |
| static void | construct (T *pObject) |
| static void | construct (T *pObject, const T &value) |
| static void | constructn (T *pDestination, size_type numObjects, const T &value) |
| static void | constructn (T *pDestination, size_type numObjects) |
| static void | constructn (T *pDestination, const T *pSource, size_type numObjects) |
| static void | destroy (T *pObject) |
| static void | destroy (T *objects, size_type numObjects) |
| static bool | useRealloc () |
Definition at line 20 of file _AcArray.h.
Definition at line 23 of file _AcArray.h.
|
inlinestatic |
This function constructs an object.
| pObject | [out] Receives the object. |
Definition at line 60 of file _AcArray.h.
|
inlinestatic |
This function constructs an object.
| pObject | [out] Receives the object. |
| value | [in] Value for the object. |
Definition at line 74 of file _AcArray.h.
|
inlinestatic |
Definition at line 111 of file _AcArray.h.
|
inlinestatic |
Definition at line 101 of file _AcArray.h.
|
inlinestatic |
This function constructs an array of objects.
| pDestination | [in] Pointer to the destination. |
| numObjects | [in] Number of objects. |
| value | [in] Value for the objects. |
Definition at line 90 of file _AcArray.h.
|
inlinestatic |
Definition at line 25 of file _AcArray.h.
|
inlinestatic |
Definition at line 131 of file _AcArray.h.
|
inlinestatic |
Definition at line 124 of file _AcArray.h.
|
inlinestatic |
Definition at line 38 of file _AcArray.h.
Definition at line 141 of file _AcArray.h.