getCapacityIncrement
Returns the storage increment of the ordered set.
Declaration
virtual unsigned int getCapacityIncrement() const;Return Value
The storage increment of the ordered set.
Overview
An OSOrderedSet allocates storage for objects in multiples of the capacity increment.
See Also
Miscellaneous
containsObjectcopyCollectionensureCapacityflushCollectionfreegetCapacitygetCountgetFirstObjectgetLastObjectgetObjectgetOrderingRefinitWithCapacityisEqualTo(const OSMetaClassBase *)isEqualTo(const OSOrderedSet *)memberorderObjectremoveObjectsetCapacityIncrementsetFirstObjectsetLastObjectsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withCapacity