IDクラス(基底クラス)
[詳細]
#include <ID.h>
|
| static void | staticInit_notForClientCall () |
| | Initialize. [詳細]
|
| |
| static void | staticRelease_notForClientCall () |
| | Release. [詳細]
|
| |
| 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 MemoryParam * | memParam = NULL |
| |
|
static live2d::AMemoryHolder * | memoryHolderFixedMain = NULL |
| |
|
|
static int | object_instanceCount = 0 |
| |
|
static int | object_totalCount = 0 |
| |
Constructor.
- 日付
- 2013/05/21
| void staticInit_notForClientCall |
( |
| ) |
|
|
static |
| void staticRelease_notForClientCall |
( |
| ) |
|
|
static |
このクラスの説明は次のファイルから生成されました:
- src/id/ID.h
- src/id/ID.cpp