|
Wwise SDK 2021.1.14
|
#include <AkListBare.h>
公開メンバ関数 | |
| AkForceInline T * | Last () |
| Get last element. [詳解] |
|
| AkForceInline const T * | Last () const |
限定公開メンバ関数 | |
| 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) |
限定公開変数類 | |
| T * | m_pLast |
| bottom of list [詳解] |
|
Last item policy. These policy classes must define protected methods UpdateLast(), SetLast(), RemoveItem() and AddItem().
AkListBare.h の 111 行目に定義があります。