CFx SDK Documentation 2024 SP0
|
#include <TrVisStaticSharedPtr.h>
Public Member Functions | |
OdStaticDefSharedPtr () | |
OdStaticDefSharedPtr (const OdStaticDefSharedPtr &other) | |
Public Member Functions inherited from OdStaticSharedPtr< T > | |
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 Attributes | |
T | m_realObj |
Protected Attributes inherited from OdStaticSharedPtr< T > | |
int | m_realRefs |
Additional Inherited Members | |
Protected Member Functions inherited from OdStaticSharedPtr< T > | |
T ** | accessObjPtr () |
int ** | accessRefPtr () |
<group ExRender_Windows_Classes>
Definition at line 64 of file TrVisStaticSharedPtr.h.
|
inline |
Definition at line 69 of file TrVisStaticSharedPtr.h.
|
inline |
Definition at line 73 of file TrVisStaticSharedPtr.h.
|
protected |
Definition at line 67 of file TrVisStaticSharedPtr.h.