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