ObjFW
Protected Attributes
of_fast_enumeration_state_t Struct Reference

State information for fast enumerations. More...

#import <OFEnumerator.h>

List of all members.

Protected Attributes

unsigned long state
 Arbitrary state information for the enumeration.
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:
 All Classes Functions Variables Properties