Contents

getCapacityIncrement

Returns the storage increment of the array.

Declaration

virtual unsigned int getCapacityIncrement() const;

Return Value

The storage increment of the array.

Overview

An OSArray allocates storage for objects in multiples of the capacity increment.

See Also

Miscellaneous