ObjFW
Public Member Functions
OFEnumerator Class Reference

A class which provides methods to enumerate through collections. More...

#import <OFEnumerator.h>

Inheritance diagram for OFEnumerator:
OFObject <OFObject>

List of all members.

Public Member Functions

(id) - nextObject
 Returns the next object.
(void) - reset
 Resets the enumerator, so the next call to nextObject returns the first object again.

Detailed Description

A class which provides methods to enumerate through collections.


Member Function Documentation

- (id) nextObject

Returns the next object.

Returns:
The next object

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties