ObjFW
|
State information for fast enumerations. More...
#import <ObjFW/OFEnumerator.h>
Protected Attributes | |
unsigned long | state |
Arbitrary state information for the enumeration. | |
id __unsafe_unretained OF_NULLABLE *OF_NULLABLE | itemsPtr |
Pointer to a C array of objects to return. | |
unsigned long *OF_NULLABLE | mutationsPtr |
Arbitrary state information to detect mutations. | |
unsigned long | extra [5] |
Additional arbitrary state information. | |
State information for fast enumerations.