バージョン

menu_open
AK.Wwise::SourceControlContainers::IAkList< Type, Arg_Type > クラステンプレートabstract

#include <SourceControlContainers.h>

公開メンバ関数

virtual void Reserve (size_t in_capacity)
 
unsigned int GetCount () const
 
virtual unsigned int GetSize () const =0
 
virtual bool IsEmpty () const =0
 
virtual void AddHead (Arg_Type in_newElement)=0
 
virtual void 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 Type & GetAt (unsigned int in_index)=0
 
virtual const Type & GetAt (unsigned int in_index) 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
 

詳解

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.
警告: The functions in this interface are not thread-safe, unless stated otherwise.
注釈: The class implementing this interface is a wrapper around the MFC CList class. Documentation can be found on MSDN.

SourceControlContainers.h59 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう