ObjFW
|
A protocol for getting an enumerator for the object. More...
#include <ObjFW/ObjFW.h>
Instance Methods | |
(OFEnumerator *) | - objectEnumerator |
Returns an OFEnumerator to enumerate through all objects of the collection. | |
A protocol for getting an enumerator for the object.
If the class conforming to OFEnumeration is using lightweight generics, the only method, objectEnumerator (OFEnumeration-p), should be overridden to use lightweight generics.
- (OFEnumerator *) objectEnumerator |
Returns an OFEnumerator to enumerate through all objects of the collection.
Reimplemented in OFArray, OFDictionary, and OFSet.