#include <BaseDataID.h>
|
| static BaseDataID * | getID (const live2d::LDString &str) |
| |
| static BaseDataID * | getID (const RefString &refStr) |
| |
|
static BaseDataID * | DST_BASE_ID () |
| |
| 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_BASEDATA_ID_INITIAL_CAPACITY = 128 |
| |
|
static int | object_instanceCount = 0 |
| |
|
static int | object_totalCount = 0 |
| |
|
|
static MemoryParam * | memParam = NULL |
| |
|
static live2d::AMemoryHolder * | memoryHolderFixedMain = NULL |
| |
| void releaseStored_notForClientCall |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- src/id/BaseDataID.h
- src/id/BaseDataID.cpp