menu
Version
2016.2.6.6153
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Public Member Functions | |
AkForceInline | CAkSmartPtr () |
Smart pointer constructor. |
|
AkForceInline | CAkSmartPtr (T *in_pT) |
Smart pointer constructor. |
|
AkForceInline | CAkSmartPtr (const CAkSmartPtr< T > &in_rPtr) |
Smart pointer constructor. |
|
~CAkSmartPtr () | |
Smart pointer destructor. |
|
AkForceInline void | Release () |
Release. |
|
AkForceInline void | Attach (T *in_pObj) |
Assign with no Addref. |
|
AkForceInline T * | Detach () |
Give the pointer without releasing it. |
|
const CAkSmartPtr< T > & | operator= (const CAkSmartPtr< T > &in_pObj) |
Assignation operator. |
|
const CAkSmartPtr< T > & | operator= (T *in_pObj) |
Assignation operator. |
|
T & | operator* () |
Operator *. |
|
T * | operator-> () const |
Operator -> |
|
operator T * () const | |
Operator. |
|
T ** | operator& () |
Operators to pass to functions like QueryInterface and other functions returning an addref'd pointer. |
|
const T & | operator* () const |
Operator *. |
|
T * | Cast () |
Cast. |
|
const T * | Cast () const |
Cast. |
|
Protected Member Functions | |
void | _Assign (T *in_pObj, bool in_bAddRef=true) |
internal use only |
|
bool | _Compare (const T *in_pObj) const |
internal use only |
|
Protected Attributes | |
T * | m_pT |
internal use only |
Definition at line 38 of file AkSmartPtr.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise