33 #ifndef _AK_SMARTPTR_H
34 #define _AK_SMARTPTR_H
36 #include <AK/SoundEngine/Common/AkTypes.h>
80 AkForceInline
void Attach( T* in_pObj )
115 operator</span> T*() const { return m_pT; }
132 void _Assign( T* in_pObj,
bool in_bAddRef =
true )
134 if (in_pObj != NULL && in_bAddRef)
147 return m_pT == in_pObj;
154 #endif // _AK_SMARTPTR_H
bool _Compare(const T *in_pObj) const
internal use only
const T * Cast() const
Cast
const CAkSmartPtr< T > & operator=(T *in_pObj)
Assignation operator</div>
AkForceInline CAkSmartPtr()
Smart pointer constructor
void _Assign(T *in_pObj, bool in_bAddRef=true)
internal use only
AkForceInline T * Detach()
Give the pointer without releasing it.
~CAkSmartPtr()
Smart pointer destructor
AkForceInline CAkSmartPtr(const CAkSmartPtr< T > &in_rPtr)
Smart pointer constructor
T * operator->() const
Operator ->
AkForceInline CAkSmartPtr(T *in_pT)
Smart pointer constructor
AkForceInline void Attach(T *in_pObj)
Assign with no Addref.
T ** operator&()
Operators to pass to functions like QueryInterface and other functions returning an addref'd pointer.
AkForceInline void Release()
Release
T * m_pT
internal use only
const T & operator*() const
Operator *
T & operator*()
Operator *
const CAkSmartPtr< T > & operator=(const CAkSmartPtr< T > &in_pObj)
Assignation operator</div>
あなたのプロジェクトについて教えてください。ご不明な点はありませんか。
プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。
Wwiseからはじめよう