ObjFW
 All Classes Functions Variables
Instance Methods | List of all members
<OFEnumerating> Protocol Referenceabstract

A protocol for getting an enumerator for the object. More...

#import <OFEnumerator.h>

Inheritance diagram for <OFEnumerating>:
<OFCollection> OFArray OFDictionary OFList OFSet OFMutableArray OFMutableDictionary OFSortedList OFMutableSet OFCountedSet

Instance Methods

(OFEnumerator *) - objectEnumerator
 Returns an OFEnumerator to enumerate through all objects of the collection.
 

Detailed Description

A protocol for getting an enumerator for the object.

Method Documentation

- (OFEnumerator*) objectEnumerator

Returns an OFEnumerator to enumerate through all objects of the collection.

Returns
An OFEnumerator to enumerate through all objects of the collection

The documentation for this protocol was generated from the following file: