|
Wwise SDK 2022.1.19
|
#include <AkKeyDef.h>
Public 成员函数 | |
| AkKeyDataPtrStruct () | |
| AkKeyDataPtrStruct (T_KEY in_key) | |
| bool | operator== (const AkKeyDataPtrStruct< T_KEY, T_DATA > &in_Op) const |
| bool | AllocData () |
| void | FreeData () |
静态 Public 成员函数 | |
| static AkForceInline T_KEY & | Get (AkKeyDataPtrStruct< T_KEY, T_DATA > &in_val) |
静态 Public 成员函数 继承自 AkArrayAllocatorNoAlign< T_MEMID > | |
| static AkForceInline void * | Alloc (size_t in_uSize) |
| static AkForceInline void * | ReAlloc (void *in_pCurrent, size_t in_uOldSize, size_t in_uNewSize) |
| static AkForceInline void | Free (void *in_pAddress) |
| static AkForceInline void | TransferMem (void *&io_pDest, AkArrayAllocatorNoAlign< T_MEMID > in_srcAlloc, void *in_pSrc) |
Public 属性 | |
| T_KEY | key |
| T_DATA * | pData |
在文件 AkKeyDef.h 第 54 行定义.