API Reference > Other Classes > OdObjectsAllocator Template
OdObjectsAllocator Template
OdObjectsAllocator
Syntax
C++
template <class T> class OdObjectsAllocator;

OdArray.h

This template class implements object allocation functions within the ODA Platform.

This class is for objects that must be copied with the assignment operator. For objects that can be copied with memcpy(), see OdPlainObjectsAllocator.

TD_Db 

 

 
Name 
Description 
 
This is the overview for the construct method overload. 
 
This is the overview for the constructn method overload. 
 
copy 
This function copies the specified number of objects from source to destination.
 
 
This is the overview for the destroy method overload. 
 
move 
This function copies the specified number of objects from source to destination.
 
 
Returns true if and only if odrxRealloc can be used to resize an array. 
Name 
Description 
This is nested type OdObjectsAllocator::size_type. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.