containsObject
Checks the ordered set for the presence of an object.
Declaration
virtual bool containsObject(
const OSMetaClassBase *anObject) const;Parameters
- anObject:
The OSMetaClassBase-derived object to check for in the ordered set.
Return Value
true if anObject is present within the ordered set, false otherwise.
Overview
Pointer equality is used. This function returns false if passed NULL.
See Also
Miscellaneous
copyCollectionensureCapacityflushCollectionfreegetCapacitygetCapacityIncrementgetCountgetFirstObjectgetLastObjectgetObjectgetOrderingRefinitWithCapacityisEqualTo(const OSMetaClassBase *)isEqualTo(const OSOrderedSet *)memberorderObjectremoveObjectsetCapacityIncrementsetFirstObjectsetLastObjectsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withCapacity