orderObject
Calls the ordered set's order function against a NULL object.
Declaration
virtual SInt32 orderObject(
const OSMetaClassBase *anObject);Parameters
- anObject:
The object to be ordered.
Return Value
The ordering value for the object.
Overview
This function calls the ordered set's order function with anObject, NULL, and the ordering context (or NULL if none was set), and returns the result of that function.
See Also
Miscellaneous
containsObjectcopyCollectionensureCapacityflushCollectionfreegetCapacitygetCapacityIncrementgetCountgetFirstObjectgetLastObjectgetObjectgetOrderingRefinitWithCapacityisEqualTo(const OSMetaClassBase *)isEqualTo(const OSOrderedSet *)memberremoveObjectsetCapacityIncrementsetFirstObjectsetLastObjectsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withCapacity