Contents

getCapacityIncrement

Returns the storage increment of the dictionary.

Declaration

virtual unsigned int getCapacityIncrement() const;

Return Value

The storage increment of the dictionary.

Overview

An OSDictionary allocates storage for key/object pairs in multiples of the capacity increment.

See Also

Miscellaneous