ObjFW
|
A protocol for getting an enumerator for the object. More...
#import <ObjFW/ObjFW.h>
Inherited by <OFCollection >.
Instance Methods | |
(OFEnumerator *) | - objectEnumerator |
Returns an OFEnumerator to enumerate through all objects of the collection. More... | |
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.