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