Wwise SDK 2023.1.8
|
Implementation of List Bare Light. 더 자세히 ...
#include <AkListBareLight.h>
추가로 상속된 멤버들 | |
AkListBare< T, AkListBareLightNextItem, AkCountPolicyNoCount, AkLastPolicyNoLast >(으)로부터 상속된 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, AkListBareLightNextItem, AkCountPolicyNoCount, AkLastPolicyNoLast > &in_src) |
AkCountPolicyNoCount< T >(으)로부터 상속된 Protected 멤버 함수 | |
AkForceInline void | ResetCount (T *) |
AkForceInline void | IncrementCount (T *) |
AkForceInline void | DecrementCount (T *) |
AkLastPolicyNoLast< T >(으)로부터 상속된 Protected 멤버 함수 | |
AkForceInline void | UpdateLast (T *) |
AkForceInline void | RemoveItem (T *, T *) |
AkForceInline void | AddItem (T *, T *) |
AkListBare< T, AkListBareLightNextItem, AkCountPolicyNoCount, AkLastPolicyNoLast >(으)로부터 상속된 Protected 속성 | |
T * | m_pFirst |
top of list 더 자세히 ... | |
Implementation of List Bare Light.
AkListBareLight.h 파일의 57 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요