#include <LDMap.h>
|  | 
|  | 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 () | 
|  | 
|  | 
| static void * | operator new (l2d_size_t size) | 
|  | 
| static void | operator delete (void *ptr) | 
|  | 
| static void * | operator new[] (l2d_size_t size) | 
|  | 
| static void | operator delete[] (void *ptr) | 
|  | 
| static void * | operator new (l2d_size_t size, void *ptr) | 
|  | 
| static void | operator delete (void *ptr, void *ptr2) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam, const char *filename, int line) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam, const char *filename, int line) | 
|  | 
| static int | object_instanceCount = 0 | 
|  | 
| static int | object_totalCount = 0 | 
|  | 
template<class _KeyT, class _ValT>
class live2d::LDMap< _KeyT, _ValT >
 
The documentation for this class was generated from the following file: