ObjFW
 All Classes Functions Variables
Protected Attributes | List of all members
of_fast_enumeration_state_t Struct Reference

State information for fast enumerations. More...

#import <OFEnumerator.h>

Protected Attributes

unsigned long state
 Arbitrary state information for the enumeration.
 
__unsafe_unretained id * itemsPtr
 Pointer to a C array of objects to return.
 
unsigned long * mutationsPtr
 Arbitrary state information to detect mutations.
 
unsigned long extra [5]
 Additional arbitrary state information.
 

Detailed Description

State information for fast enumerations.


The documentation for this struct was generated from the following file: