#include <AK/Tools/Common/AkObject.h>
#include <AK/Tools/Common/AkAssert.h>
#include <AK/Tools/Common/AkPlatformFuncs.h>
#include <utility>
Go to the source code of this file.
Classes | |
struct | AkArrayAllocatorNoAlign< T_MEMID > |
struct | AkArrayAllocatorAlignedSimd< T_MEMID > |
struct | AkHybridAllocator< uBufferSizeBytes, uAlignmentSize, T_MEMID > |
struct | AkAssignmentMovePolicy< T > |
struct | AkStdMovePolicy |
struct | AkTrivialStdMovePolicy |
struct | AkTransferMovePolicy< T > |
struct | AkGrowByPolicy_Legacy |
struct | AkGrowByPolicy_NoGrow |
struct | AkGrowByPolicy_Proportional |
class | AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy > |
Specific implementation of array. More... | |
struct | AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Iterator |
Iterator. More... | |
Macros | |
#define | AkGrowByPolicy_DEFAULT AkGrowByPolicy_Proportional |
Typedefs | |
template<class T , AkUInt32 uCount = 1, AkMemID MemID = AkMemID_Object> | |
using | AkSmallArrayAllocator = AkHybridAllocator< sizeof(T) *uCount, alignof(T), MemID > |
typedef AkArrayAllocatorNoAlign< AkMemID_Object > | ArrayPoolDefault |
typedef AkArrayAllocatorNoAlign< AkMemID_Processing > | ArrayPoolLEngineDefault |
typedef AkArrayAllocatorNoAlign< AkMemID_Profiler > | ArrayPoolProfiler |
typedef AkArrayAllocatorAlignedSimd< AkMemID_Processing > | ArrayPoolLEngineDefaultAlignedSimd |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise