Contents

getCapacityIncrement

Returns the storage increment of the OSData object.

Declaration

virtual unsigned int getCapacityIncrement() const;

Return Value

The storage increment of the OSData object.

Overview

An OSData object allocates storage for bytes in multiples of the capacity increment.

OSData objects created or initialized to use a shared buffer do not make use of this attribute.

See Also

Miscellaneous