Live2D  Version 2.0
Live2D rendering engine API reference
 All Classes Namespaces Functions
LDUnmanagedObject Class Reference

#include <LDUnmanagedObject.h>

Static Public Member Functions

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, const char *filename, int line)
 
static void operator delete (void *ptr, const char *filename, int line)
 
static void * operator new[] (l2d_size_t size, const char *filename, int line)
 
static void operator delete[] (void *ptr, const char *filename, int line)
 

Static Public Attributes

static int instanceCount
 
static int object_instanceCount = 0
 
static int object_totalCount = 0
 

Detailed Description


Member Function Documentation

void operator delete ( void *  ptr)
static

void operator delete ( void *  ptr,
void *  ptr2 
)
static

void operator delete[] ( void *  ptr)
static

void * operator new ( l2d_size_t  size)
static

void * operator new ( l2d_size_t  size,
void *  ptr 
)
static

void * operator new ( l2d_size_t  size,
const char *  filename,
int  line 
)
static

void * operator new[] ( l2d_size_t  size)
static


The documentation for this class was generated from the following files: