Wwise SDK 2018.1.11
AkLastPolicyWithLast
バージョン
Wwise SDK 2018.1.11
|
公開メンバ関数 | |
AkForceInline T * | Last () |
Get last element. [詳解] |
|
限定公開メンバ関数 | |
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 [詳解] |
|
詳解
template<class T>
class AkLastPolicyWithLast< T >
Last item policy. These policy classes must define protected methods UpdateLast(), SetLast(), RemoveItem() and AddItem().
AkListBare.h の 111 行目に定義があります。
このクラス詳解は次のファイルから抽出されました:
- include/AK/Tools/Common/AkListBare.h