CFx SDK Documentation  2020SP3
Public Member Functions | Protected Attributes | List of all members
OdStaticDefSharedPtr< T > Class Template Reference

#include <TrVisStaticSharedPtr.h>

Inheritance diagram for OdStaticDefSharedPtr< T >:
OdStaticSharedPtr< T > OdSharedPtr< T >

Public Member Functions

 OdStaticDefSharedPtr ()
 
 OdStaticDefSharedPtr (const OdStaticDefSharedPtr &other)
 
- Public Member Functions inherited from OdStaticSharedPtr< T >
 OdStaticSharedPtr (T *pRef)
 
OdStaticSharedPtroperator= (const OdStaticSharedPtr &other)
 
- Public Member Functions inherited from OdSharedPtr< T >
 OdSharedPtr ()
 
 OdSharedPtr (T *pObject)
 
 OdSharedPtr (const OdSharedPtr &other)
 
 ~OdSharedPtr ()
 
OdSharedPtroperator= (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

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 ()
 

Detailed Description

template<class T>
class OdStaticDefSharedPtr< T >

<group ExRender_Windows_Classes>

Definition at line 64 of file TrVisStaticSharedPtr.h.

Constructor & Destructor Documentation

◆ OdStaticDefSharedPtr() [1/2]

template<class T >
OdStaticDefSharedPtr< T >::OdStaticDefSharedPtr ( )
inline

Definition at line 69 of file TrVisStaticSharedPtr.h.

◆ OdStaticDefSharedPtr() [2/2]

template<class T >
OdStaticDefSharedPtr< T >::OdStaticDefSharedPtr ( const OdStaticDefSharedPtr< T > &  other)
inline

Definition at line 73 of file TrVisStaticSharedPtr.h.

Member Data Documentation

◆ m_realObj

template<class T >
T OdStaticDefSharedPtr< T >::m_realObj
protected

Definition at line 67 of file TrVisStaticSharedPtr.h.


The documentation for this class was generated from the following file: