이 파일의 문서화 페이지로 가기
32 template <
class T_KEY,
class T_ITEM,
class U_POOL,
class U_KEY = AkGetArrayKey< T_KEY, T_ITEM >,
class TGrowBy = AkGrowByPolicy_DEFAULT,
class TMovePolicy = AkAssignmentMovePolicy<T_ITEM>,
class TComparePolicy = AkDefaultSortedKeyCompare<T_KEY> >
33 class CAkHeap :
public AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >
44 while (insertIdx != 0)
46 int parentIdx = Parent(insertIdx);
51 insertIdx = parentIdx;
62 U_KEY::Get(*pItem) = in_Key;
112 return TComparePolicy::Lesser((
void*)
this, a, b);
125 return (i - 1U) / 2U;
130 return (2U * i + 1U);
135 return (2U * i + 2U);
Specific implementation of array
AkUInt32 m_uLength
number of items in the array.
AkForceInline T * AddLast()
uint32_t AkUInt32
Unsigned 32-bit integer
T_ITEM * Insert(T_KEY in_Key)
T * m_pItems
pointer to the beginning of the array.
지원이 필요하신가요?
질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!
지원 페이지를 방문해 주세요
작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요