版本

    其他文档

menu_open

AK::Wwise::SourceControlContainers::IAkList< Type, Arg_Type > Class Template Reference

List of all members.

Public Member Functions

virtual unsigned int  GetCount () const =0
virtual unsigned int  GetSize () const =0
virtual bool  IsEmpty () const =0
virtual AkPos  AddHead (Arg_Type in_newElement)=0
virtual AkPos  AddTail (Arg_Type in_newElement)=0
virtual void  RemoveHead ()=0
virtual void  RemoveTail ()=0
virtual void  RemoveAt (AkPos in_position)=0
virtual void  RemoveAll ()=0
virtual Type &  GetHead ()=0
virtual const Type &  GetHead () const =0
virtual Type &  GetTail ()=0
virtual const Type &  GetTail () const =0
virtual AkPos  GetHeadPosition () const =0
virtual AkPos  GetTailPosition () const =0
virtual Type &  GetNext (AkPos &in_rPosition)=0
virtual const Type &  GetNext (AkPos &in_rPosition) const =0
virtual Type &  GetPrev (AkPos &in_rPosition)=0
virtual const Type &  GetPrev (AkPos &in_rPosition) const =0
virtual Type &  GetAt (AkPos in_position)=0
virtual const Type &  GetAt (AkPos in_position) const =0
virtual void  SetAt (AkPos in_pos, Arg_Type in_newElement)=0
virtual AkPos  InsertBefore (AkPos in_position, Arg_Type in_newElement)=0
virtual AkPos  InsertAfter (AkPos in_position, Arg_Type in_newElement)=0

Detailed Description

template<class Type, class Arg_Type = const Type&>
class AK::Wwise::SourceControlContainers::IAkList< Type, Arg_Type >

Template parameters:

  • Type: Class of object stored in the list.
  • Arg_Type: Type used to reference objects stored in the list. Can be a reference. By default, this is a reference to the type.
Warning:
The functions in this interface are not thread-safe, unless stated otherwise.
Note.gif
Note: The class implementing this interface is a wrapper around the MFC CList class. Documentation can be found on MSDN.

Definition at line 36 of file SourceControlContainers.h.


The documentation for this class was generated from the following file:

此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅