バージョン

    その他のドキュメント

menu_open
Wwise SDK 2018.1.11
AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY > クラステンプレート

Implementation of List Bare. [詳解]

AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY > の継承関係図

クラス

struct   Iterator
  Iterator. [詳解]
 
struct   IteratorEx
 

公開メンバ関数

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. [詳解]
 

限定公開変数類

T *  m_pFirst
  top of list [詳解]
 

詳解

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.h167 行目に定義があります。


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

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう