ObjFW
Public Member Functions
<OFEnumerating> Protocol Reference

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

#import <OFEnumerator.h>

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

List of all members.

Public Member Functions

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

Detailed Description

A protocol for getting an enumerator for the object.


Member Function 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:
 All Classes Functions Variables Properties