getFirstObject
The object at index 0 in the ordered set if there is one, otherwise NULL.
Declaration
virtual OSObject * getFirstObject() const;Overview
The returned object will be released if removed from the ordered set; if you plan to store the reference, you should call retain on that object.
See Also
Miscellaneous
containsObjectcopyCollectionensureCapacityflushCollectionfreegetCapacitygetCapacityIncrementgetCountgetLastObjectgetObjectgetOrderingRefinitWithCapacityisEqualTo(const OSMetaClassBase *)isEqualTo(const OSOrderedSet *)memberorderObjectremoveObjectsetCapacityIncrementsetFirstObjectsetLastObjectsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withCapacity