IPool.Item

Pool item union. The list of pool items is an array of Item; the subclass specifies which member is actually used.

Members

Static functions

from
typeof(this) from(Object obj)

Creates an instance of this type from an object.

from
typeof(this) from(void* ptr)

Creates an instance of this type from a pointer.

Variables

obj
Object obj;

Object to store class instances in the pool

ptr
void* ptr;

Pointer to store struct instances in the pool

Meta