menu
版本
2018.1.11.6987
2024.1.4.8780
2023.1.12.8706
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.4.8780
2023.1.12.8706
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
Wwise SDK 2018.1.11
|
Public 成员函数 | |
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 成员函数 | |
void | _Assign (T *in_pObj, bool in_bAddRef=true) |
internal use only 更多... |
|
bool | _Compare (const T *in_pObj) const |
internal use only 更多... |
|
Protected 属性 | |
T * | m_pT |
internal use only 更多... |
|
在文件 AkSmartPtr.h 第 38 行定义.