Public メソッド | |
AkForceInline T * | Last () |
Get last element. |
|
Protected メソッド | |
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) |
Protected 変数 | |
T * | m_pLast |
bottom of list |
Last item policy. These policy classes must define protected methods UpdateLast(), SetLast(), RemoveItem() and AddItem().
AkListBare.h の 111 行で定義されています。