版本

menu_open
警告:系统已根据您所用大版本 (2019.1.11.7296) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2019.1.11
AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY > 模板类 参考

Implementation of List Bare. 更多...

类 AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY > 继承关系图:
AkCountPolicyNoCount< T > AkLastPolicyWithLast< T >

struct   Iterator
  Iterator. 更多...
 
struct   IteratorEx
 

Public 成员函数

IteratorEx  Erase (const IteratorEx &in_rIter)
  Erase item. 更多...
 
IteratorEx  Insert (const IteratorEx &in_rIter, T *in_pItem)
  Insert item. 更多...
 
Iterator  End () const
  End condition. 更多...
 
IteratorEx  BeginEx ()
  Get IteratorEx at beginning. 更多...
 
Iterator  Begin () const
  Get Iterator at beginning. 更多...
 
IteratorEx  FindEx (T *in_pItem)
  Get Iterator from item. 更多...
 
  AkListBare ()
  Constructor. 更多...
 
  ~AkListBare ()
  Destructor. 更多...
 
void  Term ()
  Terminate. 更多...
 
void  AddFirst (T *in_pItem)
  Add element at the beginning of list. 更多...
 
void  AddLast (T *in_pItem)
  Add element at the end of list. 更多...
 
AKRESULT  Remove (T *in_pItem)
  Remove an element. 更多...
 
AKRESULT  RemoveFirst ()
  Remove the first element. 更多...
 
AkForceInline void  RemoveAll ()
  Remove all elements. 更多...
 
AkForceInline T *  First ()
  Get first element. 更多...
 
AkForceInline bool  IsEmpty () const
  Empty condition. 更多...
 
void  RemoveItem (T *in_pItem, T *in_pPrevItem)
  Remove an element. 更多...
 
void  AddItem (T *in_pItem, T *in_pNextItem, T *in_pPrevItem)
  Add an element. 更多...
 
- Public 成员函数 继承自 AkLastPolicyWithLast< T >
AkForceInline T *  Last ()
  Get last element. 更多...
 
AkForceInline const T *  Last () const
 

Protected 属性

T *  m_pFirst
  top of list 更多...
 
- Protected 属性 继承自 AkLastPolicyWithLast< T >
T *  m_pLast
  bottom of list 更多...
 

额外继承的成员函数

- Protected 成员函数 继承自 AkCountPolicyNoCount< T >
AkForceInline void  ResetCount (T *)
 
AkForceInline void  IncrementCount (T *)
 
AkForceInline void  DecrementCount (T *)
 
- Protected 成员函数 继承自 AkLastPolicyWithLast< T >
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)
 

详细描述

template<class T, template< class > class U_NEXTITEM = AkListBareNextItem, template< class > class COUNT_POLICY = AkCountPolicyNoCount, template< class > class LAST_POLICY = AkLastPolicyWithLast>
class AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY >

Implementation of List Bare.

在文件 AkListBare.h165 行定义.


该类的文档由以下文件生成:

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅