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