Wwise SDK 2021.1.14
|
Implementation of List Bare Light. 更多...
#include <AkListBareLight.h>
额外继承的成员函数 | |
Public 成员函数 继承自 AkListBare< T, AkListBareLightNextItem, AkCountPolicyNoCount, AkLastPolicyNoLast > | |
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. 更多... |
|
Protected 成员函数 继承自 AkCountPolicyNoCount< T > | |
AkForceInline void | ResetCount (T *) |
AkForceInline void | IncrementCount (T *) |
AkForceInline void | DecrementCount (T *) |
Protected 成员函数 继承自 AkLastPolicyNoLast< T > | |
AkForceInline void | UpdateLast (T *) |
AkForceInline void | RemoveItem (T *, T *) |
AkForceInline void | AddItem (T *, T *) |
Protected 属性 继承自 AkListBare< T, AkListBareLightNextItem, AkCountPolicyNoCount, AkLastPolicyNoLast > | |
T * | m_pFirst |
top of list 更多... |
|
Implementation of List Bare Light.
在文件 AkListBareLight.h 第 58 行定义.