ObjFW
Public Member Functions
OFEnumerator Class Reference

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

#include <OFEnumerator.h>

Inheritance diagram for OFEnumerator:
OFObject <OFObject>

List of all members.

Public Member Functions

id nextObject ()
void reset ()

Detailed Description

A class which provides methods to enumerate through collections.


Member Function Documentation

id OFEnumerator::nextObject ( ) [virtual]
Returns:
The next object
void OFEnumerator::reset ( ) [virtual]

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