#include <ParamID.h>
|
| static ParamID * | getID (const live2d::LDString &tmp_idstr) |
| |
|
static ParamID * | getID (const char *tmp_idstr) |
| |
| static ParamID * | getID (const RefString &refStr) |
| |
| static void | releaseStored_notForClientCall () |
| |
| static void | staticInit_notForClientCall () |
| | Initialize. More...
|
| |
| static void | staticRelease_notForClientCall () |
| | Release. More...
|
| |
| 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 const int | L2D_PARAM_ID_INITIAL_CAPACITY = 64 |
| |
|
static int | object_instanceCount = 0 |
| |
|
static int | object_totalCount = 0 |
| |
|
|
static MemoryParam * | memParam = NULL |
| |
|
static live2d::AMemoryHolder * | memoryHolderFixedMain = NULL |
| |
| ParamID * getID |
( |
const RefString & |
refStr | ) |
|
|
static |
| void releaseStored_notForClientCall |
( |
| ) |
|
|
static |
| const char* toChar |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- src/id/ParamID.h
- src/id/ParamID.cpp