|
FRX SDK Documentation 2025 SP0
|
#include <dbobjptr.h>
Public Member Functions | |
| AcDbObjectPointerBase () | |
| ~AcDbObjectPointerBase () | |
| const T * | object () const |
| T * | object () |
| const T * | operator-> () const |
| T * | operator-> () |
| operator const T * () const | |
| operator T* () | |
| Acad::ErrorStatus | openStatus () const |
| Acad::ErrorStatus | open (AcDbObjectId objId, AcDb::OpenMode mode=AcDb::kForRead, bool openErased=false) |
| Acad::ErrorStatus | acquire (T *&pObj) |
| Acad::ErrorStatus | release (T *&pObj) |
| Acad::ErrorStatus | close () |
| Acad::ErrorStatus | create () |
Protected Member Functions | |
| AcDbObjectPointerBase (AcDbObjectId objId, AcDb::OpenMode mode, bool openErased) | |
Protected Attributes | |
| T * | m_ptr |
| Acad::ErrorStatus | m_status |
Definition at line 21 of file dbobjptr.h.
|
inline |
Definition at line 25 of file dbobjptr.h.
|
inline |
Definition at line 28 of file dbobjptr.h.
|
inlineprotected |
Definition at line 120 of file dbobjptr.h.
|
inline |
Definition at line 71 of file dbobjptr.h.
|
inline |
Definition at line 96 of file dbobjptr.h.
|
inline |
Definition at line 101 of file dbobjptr.h.
|
inline |
Definition at line 37 of file dbobjptr.h.
|
inline |
Definition at line 33 of file dbobjptr.h.
|
inline |
Definition at line 63 of file dbobjptr.h.
|
inline |
Definition at line 58 of file dbobjptr.h.
|
inline |
Definition at line 49 of file dbobjptr.h.
|
inline |
Definition at line 53 of file dbobjptr.h.
|
inline |
Definition at line 45 of file dbobjptr.h.
|
inline |
Definition at line 41 of file dbobjptr.h.
|
inline |
Definition at line 86 of file dbobjptr.h.
|
protected |
Definition at line 127 of file dbobjptr.h.
|
protected |
Definition at line 128 of file dbobjptr.h.