|
CFx SDK Documentation
2022 SP0
|
#include <TrVisStaticSharedPtr.h>
Public Member Functions | |
| OdStaticSharedPtr (T *pRef) | |
| OdStaticSharedPtr & | operator= (const OdStaticSharedPtr &other) |
Public Member Functions inherited from OdSharedPtr< T > | |
| OdSharedPtr () | |
| OdSharedPtr (T *pObject) | |
| OdSharedPtr (const OdSharedPtr &other) | |
| ~OdSharedPtr () | |
| OdSharedPtr & | operator= (const OdSharedPtr &other) |
| T * | operator-> () |
| T * | get () |
| const T * | get () const |
| operator T* () | |
| operator const T * () const | |
| const T * | operator-> () const |
| T & | operator* () |
| const T & | operator* () const |
| bool | isNull () const |
| T * | detach () |
| int | refCount () const |
Protected Member Functions | |
| T ** | accessObjPtr () |
| int ** | accessRefPtr () |
Protected Attributes | |
| int | m_realRefs |
<group ExRender_Windows_Classes>
Definition at line 36 of file TrVisStaticSharedPtr.h.
|
inline |
Definition at line 44 of file TrVisStaticSharedPtr.h.
|
inlineprotected |
Definition at line 41 of file TrVisStaticSharedPtr.h.
|
inlineprotected |
Definition at line 42 of file TrVisStaticSharedPtr.h.
|
inline |
Definition at line 50 of file TrVisStaticSharedPtr.h.
|
protected |
Definition at line 39 of file TrVisStaticSharedPtr.h.