CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"
#include "OdaDefs.h"
#include "DbObjectId.h"
#include "DbObject.h"
#include "RxObject.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbIdPair |
class | OdDbIdMapping |
class | OdDbIdMappingIter |
Namespaces | |
OdDb | |
Typedefs | |
typedef OdSmartPtr< OdDbIdMapping > | OdDbIdMappingPtr |
typedef OdSmartPtr< OdDbIdMappingIter > | OdDbIdMappingIterPtr |
Enumerations | |
enum | OdDb::DeepCloneType { OdDb::kDcCopy = 0, OdDb::kDcExplode = 1, OdDb::kDcBlock = 2, OdDb::kDcXrefBind = 3, OdDb::kDcSymTableMerge = 4, OdDb::kDcInsert = 6, OdDb::kDcWblock = 7, OdDb::kDcObjects = 8, OdDb::kDcXrefInsert = 9, OdDb::kDcInsertCopy = 10, OdDb::kDcWblkObjects = 11 } |
This template class is a specialization of the OdSmartPtr class for OdDbIdMappingIter object pointers.
Definition at line 200 of file DbIdMapping.h.
typedef OdSmartPtr<OdDbIdMapping> OdDbIdMappingPtr |
This template class is a specialization of the OdSmartPtr class for OdDbIdMapping object pointers.
Definition at line 43 of file DbIdMapping.h.