CFx SDK Documentation 2024 SP0
|
#include "DbExport.h"
#include "DbHandle.h"
#include "OdError.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbObjectId |
struct | OdDbObjectIdHash |
class | OdDbHardOwnershipId |
class | OdDbSoftOwnershipId |
class | OdDbHardPointerId |
class | OdDbSoftPointerId |
Namespaces | |
namespace | OdDb |
Macros | |
#define | _ODDBOBJECTID_INCLUDED_ /* {Secret } */ |
Typedefs | |
typedef OdSmartPtr< OdDbObject > | OdDbObjectPtr |
Enumerations | |
enum | OdDb::OpenMode { OdDb::kNotOpen = -1 , OdDb::kForRead = 0 , OdDb::kForWrite = 1 , OdDb::kForNotify = 2 } |
#define _ODDBOBJECTID_INCLUDED_ /* {Secret } */ |
Definition at line 26 of file DbObjectId.h.
typedef OdSmartPtr<OdDbObject> OdDbObjectPtr |
This template class is a specialization of the OdSmartPtr class for OdDbObject object pointers.
Definition at line 42 of file DbObjectId.h.