Live2D  Version 2.0
Live2D 描画エンジン APIリファレンス
 全て クラス ネームスペース 関数 ページ
クラス テンプレート LDMap< _KeyT, _ValT >

マップ型 [詳細]

#include <LDMap.h>

LDMap< _KeyT, _ValT >に対する継承グラフ
LDObject

構成

class  const_iterator
 LDMapのイテレータ(const) [詳細]
 
class  iterator
 LDMapのイテレータ [詳細]
 

Public メソッド

 LDMap (MemoryParam *memParam=NULL)
 
 LDMap (int size, MemoryParam *memParam=NULL)
 
void appendKey (_KeyT &key)
 
_ValT & operator[] (_KeyT key)
 
const _ValT & operator[] (_KeyT key) const
 
void clear ()
 
int size ()
 
void prepare_capacity (int newsize, bool fitToSize)
 
const const_iterator begin () const
 
const const_iterator end () const
 
const iterator erase (const iterator &ite)
 
const const_iterator erase (const const_iterator &ite)
 
void dumpAsInt ()
 

Additional Inherited Members

- Static Public メソッド inherited from LDObject
static void * operator new (l2d_size_t size)
 new オペレータ (Ownerを指定しない場合) [詳細]
 
static void operator delete (void *ptr)
 delete オペレータ (Ownerを指定しない場合) [詳細]
 
static void * operator new[] (l2d_size_t size)
 new[] オペレータ (Ownerを指定しない場合) [詳細]
 
static void operator delete[] (void *ptr)
 delete[] オペレータ (Ownerを指定しない場合) [詳細]
 
static void * operator new (l2d_size_t size, void *ptr)
 placement new オペレータ [詳細]
 
static void operator delete (void *ptr, void *ptr2)
 placement delete オペレータ [詳細]
 
static void * operator new (l2d_size_t size, MemoryParam *memParam)
 new オペレータ (デバッグ用) [詳細]
 
static void operator delete (void *ptr, MemoryParam *memParam)
 delete オペレータ (デバッグ用) [詳細]
 
static void * operator new (l2d_size_t size, MemoryParam *memParam, const char *filename, int line)
 new オペレータ (デバッグ用) [詳細]
 
static void operator delete (void *ptr, MemoryParam *memParam, const char *filename, int line)
 delete オペレータ (デバッグ用) [詳細]
 
- Static Public 変数 inherited from LDObject
static int object_instanceCount = 0
 
static int object_totalCount = 0
 

説明

template<class _KeyT, class _ValT>
class live2d::LDMap< _KeyT, _ValT >

マップ型


コンシューマゲーム機等でSTLの組み込みを避けるための実装。std::map の簡易版


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