CFx SDK Documentation 2024 SP0
|
Go to the source code of this file.
Typedefs | |
typedef OdArray< OdDbSoftPointerId, OdClrMemAllocator< OdDbSoftPointerId > > | OdSoftPtrIdArray |
typedef OdArray< OdDbHardPointerId, OdClrMemAllocator< OdDbHardPointerId > > | OdHardPtrIdArray |
typedef OdArray< OdDbSoftOwnershipId, OdClrMemAllocator< OdDbSoftOwnershipId > > | OdSoftOwnIdArray |
typedef OdArray< OdDbHardOwnershipId, OdClrMemAllocator< OdDbHardOwnershipId > > | OdHardOwnIdArray |
typedef OdArray< OdDbObjectId, OdClrMemAllocator< OdDbObjectId > > | OdDbObjectIdArray |
typedef OdArray< OdDbTypedId, OdClrMemAllocator< OdDbTypedId > > | OdTypedIdsArray |
This template class is a specialization of the OdArray class for OdDbObjectId objects.
Definition at line 53 of file IdArrays.h.
This template class is a specialization of the OdArray class for OdDbHardOwnershipId objects.
Definition at line 48 of file IdArrays.h.
This template class is a specialization of the OdArray class for OdDbHardPointerId objects.
Definition at line 38 of file IdArrays.h.
This template class is a specialization of the OdArray class for OdDbSoftOwnershipId objects.
Definition at line 43 of file IdArrays.h.
This template class is a specialization of the OdArray class for OdDbSoftPointerId objects.
Definition at line 33 of file IdArrays.h.
typedef OdArray<OdDbTypedId, OdClrMemAllocator<OdDbTypedId> > OdTypedIdsArray |
This template class is a specialization of the OdArray class for OdDbTypedId objects.
Definition at line 58 of file IdArrays.h.