バージョン

menu_open

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

すべてのメンバ一覧

Public メソッド

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

SourceControlContainers.h36 行で定義されています。


このクラスの説明は次のファイルから生成されました:

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう