バージョン

    その他のドキュメント

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

公開メンバ関数

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
 

詳解

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.
Note: The class implementing this interface is a wrapper around the MFC CList class. Documentation can be found on MSDN.

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


このクラス詳解は次のファイルから抽出されました:

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう