ImpsEngine  1.0.0
A software library collection for end user applications.
IAMemoryPool Class Reference
Inheritance diagram for IAMemoryPool:

Public Member Functions

IA_CONSTRUCTOR void IAMemoryPool_init (IAMemoryPool *this)
 
void IAMemoryPool_add (IAMemoryPool *this, void *object)
 
void IAMemoryPool_run (IAMemoryPool *this)
 
IA_DESTRUCTOR void IAMemoryPool_deinit (IAMemoryPool *this)
 

Data Fields

IAObject base
 
IAStructArrayList_IAMemoryPoolElement * elements
 

Member Function Documentation

◆ IAMemoryPool_init()

IA_CONSTRUCTOR void IAMemoryPool_init ( IAMemoryPool this)

◆ IAMemoryPool_add()

void IAMemoryPool_add ( IAMemoryPool this,
void *  object 
)

◆ IAMemoryPool_run()

void IAMemoryPool_run ( IAMemoryPool this)

◆ IAMemoryPool_deinit()

IA_DESTRUCTOR void IAMemoryPool_deinit ( IAMemoryPool this)

Field Documentation

◆ base

IAObject IAMemoryPool::base

◆ elements

IAStructArrayList_IAMemoryPoolElement* IAMemoryPool::elements

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