Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPlainObjectsAllocator<class T> Template
Syntax
C++
template <class T> class OdPlainObjectsAllocator : public OdObjectsAllocator<T>;

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

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

OdPlainObjectsAllocator@classT

File: OdArray.h 

Module: API Reference 

TD_Db 

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.