|
Wwise SDK 2022.1.19
|
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. 更多... | |
Public 成员函数 继承自 AkLastPolicyWithLast< T > | |
| AkForceInline T * | Last () |
| Get last element. 更多... | |
| AkForceInline const T * | Last () const |
Protected 属性 | |
| T * | m_pFirst |
| top of list 更多... | |
Protected 属性 继承自 AkLastPolicyWithLast< T > | |
| T * | m_pLast |
| bottom of list 更多... | |
额外继承的成员函数 | |
Protected 成员函数 继承自 AkCountPolicyNoCount< T > | |
| AkForceInline void | ResetCount (T *) |
| AkForceInline void | IncrementCount (T *) |
| AkForceInline void | DecrementCount (T *) |
Protected 成员函数 继承自 AkLastPolicyWithLast< T > | |
| 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 行定义.