Table des matières
Wwise SDK 2018.1.11
|
AkKeyDef.h
Go to the documentation of this file.
51 // A helper struct that can be used as a T_ITEM in an CAkKeyArray, when you need to only preform a shallow copy
53 // NOTE: AllocData() and FreeData() must be explicitly called, or else pData can be manually Alloc'd/Free'd.
89 static AkForceInline T_KEY& Get( AkKeyDataPtrStruct<T_KEY, T_DATA>& in_val ) { return in_val.key; }
AKRESULT __cdecl Free(AkMemPoolId in_poolId, void *in_pMemAddress)
Definition: AkKeyDef.h:55
bool operator==(const AkKeyDataPtrStruct< T_KEY, T_DATA > &in_Op) const
Definition: AkKeyDef.h:62
static AkForceInline T_KEY & Get(AkKeyDataPtrStruct< T_KEY, T_DATA > &in_val)
Definition: AkKeyDef.h:89
Definition: AkKeyDef.h:34