CFx SDK Documentation 2024 SP0
|
#include "RxModule.h"
#include "SmartPtr.h"
#include "OdArray.h"
#include "RxSystemServices.h"
#include "UInt64Array.h"
#include "OdaSTL.h"
#include "TD_PackPush.h"
#include "DbObjectId.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbRuntimeIOModule |
class | OdDbReferenceQueue< TReference > |
class | OdDbRtFilerController |
Macros | |
#define | STL_USING_QUEUE |
Typedefs | |
typedef OdSmartPtr< OdDbRuntimeIOModule > | OdDbRuntimeIOModulePtr |
typedef OdSmartPtr< OdDbObject > | OdDbObjectPtr |
typedef OdSmartPtr< OdDbRtFilerController > | OdDbRtFilerControllerPtr |
Enumerations | |
enum | OdDbReferenceType { kSoftPointer = 0 , kHardPointer = 1 , kSoftOwnership = 2 , kHardOwnership = 3 } |
#define STL_USING_QUEUE |
Definition at line 43 of file DbRuntimeIO.h.
typedef OdSmartPtr<OdDbObject> OdDbObjectPtr |
Definition at line 67 of file DbRuntimeIO.h.
Definition at line 167 of file DbRuntimeIO.h.
Definition at line 64 of file DbRuntimeIO.h.
enum OdDbReferenceType |
<group !!RECORDS_tdrawings_apiref>
Enumerator | |
---|---|
kSoftPointer | |
kHardPointer | |
kSoftOwnership | |
kHardOwnership |
Definition at line 72 of file DbRuntimeIO.h.