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

OdArray.h

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

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

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 OdPlainObjectsAllocator::size_type. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.