Table des matières
Wwise SDK 2018.1.11
|
AkSmartPtr.h
Go to the documentation of this file.
117 /// Operators to pass to functions like QueryInterface and other functions returning an addref'd pointer.
137 // Must use a local pointer since we cannot call Release(); without having set the m_pT to its final value.
T ** operator &()
Operators to pass to functions like QueryInterface and other functions returning an addref'd pointer.
Definition: AkSmartPtr.h:118
AkForceInline CAkSmartPtr(const CAkSmartPtr< T > &in_rPtr)
Smart pointer constructor.
Definition: AkSmartPtr.h:56
const CAkSmartPtr< T > & operator=(const CAkSmartPtr< T > &in_pObj)
Assignation operator.
Definition: AkSmartPtr.h:95
Definition: AkSmartPtr.h:38