Wwise SDK 2018.1.11
AkLastPolicyWithLast
版本
Wwise SDK 2018.1.11
|
AkLastPolicyWithLast< T > 模板类 参考
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 更多... |
|
详细描述
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