Wwise SDK 2023.1.11
|
An object pool of N reusable objects with one allocation. 更多...
#include <AkObjectPool.h>
类 | |
union | DataType |
Public 类型 | |
using | ValueType = T |
using | SizeType = AkUInt32 |
Public 成员函数 | |
ObjectPool ()=default | |
ObjectPool (const ObjectPool &)=delete | |
ObjectPool (ObjectPool &&)=delete | |
~ObjectPool () | |
ObjectPool & | operator= (const ObjectPool &)=delete |
ObjectPool & | operator= (ObjectPool &&)=delete |
AKRESULT | Init (SizeType count) |
void | Term () |
AK_NODISCARD SizeType | Size () const |
AK_NODISCARD SizeType | Capacity () const |
AK_NODISCARD bool | IsFull () const |
AK_NODISCARD bool | IsEmpty () const |
AKRESULT | Deallocate (ValueType *data) |
void | Clear () |
AK_NODISCARD ValueType * | Allocate () |
AK_NODISCARD ValueType * | AllocateZeroFilled () |
Initialize memory before returning. 更多... | |
静态 Public 属性 | |
static constexpr SizeType | kInvalidIndex = (SizeType)-1 |
友元 | |
struct | UnitTest::ObjectPoolHelper |
An object pool of N reusable objects with one allocation.
在文件 AkObjectPool.h 第 58 行定义.