|
static void | copyConstructFill (T *pDestination, size_type numElements, const T &value) |
|
static void | copyConstructRange (T *pDestination, const T *pSource, size_type numElements) |
|
static void | defaultConstructFill (T *pDestination, size_type numElements) |
|
static void | copyAssignRangeDisjoint (T *pDestination, const T *pSource, size_type numElements) |
|
static void | copyAssignRange (T *pDestination, const T *pSource, size_type numElements) |
|
static void | moveAssignRange (T *pDestination, T *pSource, size_type numElements) |
|
static void | defaultConstruct (T *pElement) |
|
static void | copyConstruct (T *pElement, const T &value) |
|
static void | moveConstruct (T *pElement, T &&value) |
|
static void | copyConstructFill (T *pDestination, size_type numElements, const T &value) |
|
static void | copyConstructRange (T *pDestination, const T *pSource, size_type numElements) |
|
static void | moveConstructRange (T *pDestination, T *pSource, size_type numElements) |
|
static void | defaultConstructFill (T *pDestination, size_type numElements) |
|
static void | destroy (T *pObject) |
|
static void | destroyRange (T *objects, size_type numObjects) |
|
static bool | useRealloc () |
|
template<class T>
class OdClrMemAllocator< T >
This template class implements memory allocation functions within the ODA Platform.
- See also
- TD_Db
<group Other_Classes>
Definition at line 343 of file OdArray.h.