公有成员 | |
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 |
Last item policy. These policy classes must define protected methods UpdateLast(), SetLast(), RemoveItem() and AddItem().
在文件AkListBare.h第111行定义。