CFx SDK Documentation 2024 SP0
|
This is the complete list of members for OdObjectsAllocator< T >, including all inherited members.
copyAssignRange(T *pDestination, const T *pSource, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
copyAssignRangeDisjoint(T *pDestination, const T *pSource, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
copyConstruct(T *pElement, const T &value) | OdObjectsAllocator< T > | inlinestatic |
copyConstructFill(T *pDestination, size_type numElements, const T &value) | OdObjectsAllocator< T > | inlinestatic |
copyConstructRange(T *pDestination, const T *pSource, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
defaultConstruct(T *pElement) | OdObjectsAllocator< T > | inlinestatic |
defaultConstructFill(T *pDestination, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
destroy(T *pObject) | OdObjectsAllocator< T > | inlinestatic |
destroyRange(T *objects, size_type numObjects) | OdObjectsAllocator< T > | inlinestatic |
moveAssignRange(T *pDestination, T *pSource, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
moveConstruct(T *pElement, T &&value) | OdObjectsAllocator< T > | inlinestatic |
moveConstructRange(T *pDestination, T *pSource, size_type numElements) | OdObjectsAllocator< T > | inlinestatic |
size_type typedef | OdObjectsAllocator< T > | |
useRealloc() | OdObjectsAllocator< T > | inlinestatic |