DynamicArray::grow

(Available since version 1.0)

DynamicArray::growGrows the internal array if necessary

Description

protected void DynamicArray::grow ( void )

If the internal array is full the size will be doubled.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top