CFx SDK Documentation  2023 SP0
Typedefs
IdArrays.h File Reference
#include "OdArray.h"
#include "DbTypedId.h"

Go to the source code of this file.

Typedefs

typedef OdArray< OdDbSoftPointerId, OdMemoryAllocator< OdDbSoftPointerId > > OdSoftPtrIdArray
 
typedef OdArray< OdDbHardPointerId, OdMemoryAllocator< OdDbHardPointerId > > OdHardPtrIdArray
 
typedef OdArray< OdDbSoftOwnershipId, OdMemoryAllocator< OdDbSoftOwnershipId > > OdSoftOwnIdArray
 
typedef OdArray< OdDbHardOwnershipId, OdMemoryAllocator< OdDbHardOwnershipId > > OdHardOwnIdArray
 
typedef OdArray< OdDbObjectId, OdMemoryAllocator< OdDbObjectId > > OdDbObjectIdArray
 
typedef OdArray< OdDbTypedId, OdMemoryAllocator< OdDbTypedId > > OdTypedIdsArray
 

Typedef Documentation

◆ OdDbObjectIdArray

This template class is a specialization of the OdArray class for OdDbObjectId objects.

Definition at line 53 of file IdArrays.h.

◆ OdHardOwnIdArray

This template class is a specialization of the OdArray class for OdDbHardOwnershipId objects.

Definition at line 48 of file IdArrays.h.

◆ OdHardPtrIdArray

This template class is a specialization of the OdArray class for OdDbHardPointerId objects.

Definition at line 38 of file IdArrays.h.

◆ OdSoftOwnIdArray

This template class is a specialization of the OdArray class for OdDbSoftOwnershipId objects.

Definition at line 43 of file IdArrays.h.

◆ OdSoftPtrIdArray

This template class is a specialization of the OdArray class for OdDbSoftPointerId objects.

Definition at line 33 of file IdArrays.h.

◆ OdTypedIdsArray

This template class is a specialization of the OdArray class for OdDbTypedId objects.

Definition at line 58 of file IdArrays.h.