This template class implements object allocation functions for objects within the ODA Platform.
Remarks
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.