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.
File: OdArray.h
Module: API Reference
TD_Db
This function performs a copy assignment from a source range to a destination range (ranges may overlap). | |
This function performs a copy assignment from a source range to a destination range (ranges must not overlap). | |
This function performs a copy constructor on one memory location. | |
This function performs a copy constructor on a destination range, copying the same source element. | |
This function performs a copy constructor from a source range to a destination range. | |
This function performs a default constructor on one memory location. | |
This function performs a default constructor on a destination range. | |
Calls a destructor for an element at one location. | |
Calls a destructor for elements at a destination range. | |
This function performs a move assignment from a source range to a destination range (ranges may overlap). | |
This function performs a move constructor on one memory location. | |
This function performs a move constructor from a source range to a destination range. | |
Indicates whether odrxRealloc can be used to resize an array. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|