GenericArrayPool.next

Obtains the next element in the pool.

It is an error to obtain more elements than the value n passed to the constructor. In this case an array out of bounds error is raised.

class GenericArrayPool
void*
next
()

Return Value

Type: void*

a pointer to the next pool element.

Meta