OFEnumerator Class Reference

#import <OFEnumerator.h>

Inheritance diagram for OFEnumerator:
OFObject OFArrayEnumerator OFDictionaryEnumerator OFDictionaryKeyEnumerator OFDictionaryObjectEnumerator

List of all members.

Public Member Functions

(id) - nextObject
(id) - reset

Detailed Description

The OFEnumerator class provides methods to enumerate through collections.


Member Function Documentation

- (id) nextObject  
Returns:
The next object
- (id) reset  

Resets the enumerator, so the next call to nextObject returns the first object again.


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

Generated on Mon Feb 1 19:19:40 2010 for ObjFW by  doxygen 1.6.1