PtrArray.add

Adds a pointer to the end of the pointer array. The array will grow in size automatically if necessary.

class PtrArray
void
add
(
void* data
)

Parameters

data void*

the pointer to add