#include <AK/Tools/Common/AkObject.h>
#include <AK/Tools/Common/AkAssert.h>
#include <AK/Tools/Common/AkPlatformFuncs.h>
クラス | |
struct | AkArrayAllocatorNoAlign< T_MEMID > |
struct | AkArrayAllocatorAlignedSimd< T_MEMID > |
struct | AkHybridAllocator< uBufferSizeBytes, uAlignmentSize, T_MEMID > |
struct | AkAssignmentMovePolicy< T > |
struct | AkTransferMovePolicy< T > |
struct | AkGrowByPolicy_Legacy |
struct | AkGrowByPolicy_NoGrow |
struct | AkGrowByPolicy_Proportional |
class | AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy > |
Specific implementation of array [詳解] |
|
struct | AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Iterator |
Iterator [詳解] |
|
マクロ定義 | |
#define | AkGrowByPolicy_DEFAULT AkGrowByPolicy_Proportional |