Wwise SDK 2023.1.8
|
Implementation of List Bare. 더 자세히 ...
#include <AkListBare.h>
클래스 | |
struct | Iterator |
Iterator. 더 자세히 ... | |
struct | IteratorEx |
Public 멤버 함수 | |
IteratorEx | Erase (const IteratorEx &in_rIter) |
Erase item. 더 자세히 ... | |
IteratorEx | Insert (const IteratorEx &in_rIter, T *in_pItem) |
Insert item. 더 자세히 ... | |
Iterator | End () const |
End condition. 더 자세히 ... | |
IteratorEx | BeginEx () |
Get IteratorEx at beginning. 더 자세히 ... | |
Iterator | Begin () const |
Get Iterator at beginning. 더 자세히 ... | |
IteratorEx | FindEx (T *in_pItem) |
Get Iterator from item. 더 자세히 ... | |
AkListBare () | |
Constructor. 더 자세히 ... | |
~AkListBare () | |
Destructor. 더 자세히 ... | |
void | Term () |
Terminate. 더 자세히 ... | |
void | AddFirst (T *in_pItem) |
Add element at the beginning of list. 더 자세히 ... | |
void | AddLast (T *in_pItem) |
Add element at the end of list. 더 자세히 ... | |
AKRESULT | Remove (T *in_pItem) |
Remove an element. 더 자세히 ... | |
AKRESULT | RemoveFirst () |
Remove the first element. 더 자세히 ... | |
AkForceInline void | RemoveAll () |
Remove all elements. 더 자세히 ... | |
AkForceInline T * | First () |
Get first element. 더 자세히 ... | |
AkForceInline bool | IsEmpty () const |
Empty condition. 더 자세히 ... | |
void | RemoveItem (T *in_pItem, T *in_pPrevItem) |
Remove an element. 더 자세히 ... | |
void | AddItem (T *in_pItem, T *in_pNextItem, T *in_pPrevItem) |
Add an element. 더 자세히 ... | |
void | Transfer (AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY > &in_src) |
AkLastPolicyWithLast< T >(으)로부터 상속된 Public 멤버 함수 | |
AkForceInline T * | Last () |
Get last element. 더 자세히 ... | |
AkForceInline const T * | Last () const |
Protected 속성 | |
T * | m_pFirst |
top of list 더 자세히 ... | |
AkLastPolicyWithLast< T >(으)로부터 상속된 Protected 속성 | |
T * | m_pLast |
bottom of list 더 자세히 ... | |
추가로 상속된 멤버들 | |
AkCountPolicyNoCount< T >(으)로부터 상속된 Protected 멤버 함수 | |
AkForceInline void | ResetCount (T *) |
AkForceInline void | IncrementCount (T *) |
AkForceInline void | DecrementCount (T *) |
AkLastPolicyWithLast< T >(으)로부터 상속된 Protected 멤버 함수 | |
AkForceInline | AkLastPolicyWithLast () |
AkForceInline void | UpdateLast (T *in_pLast) |
AkForceInline void | SetLast (T *in_pLast) |
AkForceInline void | RemoveItem (T *in_pItem, T *in_pPrevItem) |
AkForceInline void | AddItem (T *in_pItem, T *in_pNextItem) |
Implementation of List Bare.
AkListBare.h 파일의 164 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요