Wwise SDK 2019.2.15
|
Implementation of List Bare Light. [詳解]
その他の継承メンバ | |
![]() | |
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. [詳解] |
|
![]() | |
AkForceInline void | ResetCount (T *) |
AkForceInline void | IncrementCount (T *) |
AkForceInline void | DecrementCount (T *) |
![]() | |
AkForceInline void | UpdateLast (T *) |
AkForceInline void | RemoveItem (T *, T *) |
AkForceInline void | AddItem (T *, T *) |
![]() | |
T * | m_pFirst |
top of list [詳解] |
|
Implementation of List Bare Light.
AkListBareLight.h の 58 行目に定義があります。