ObjFW
Public Attributes | List of all members
of_fast_enumeration_state_t Struct Reference

State information for fast enumerations. More...

#include <ObjFW/OFEnumerator.h>

Public Attributes

unsigned long state
 Arbitrary state information for the enumeration.
 
id __unsafe_unretained _Nullable *_Nullable itemsPtr
 Pointer to a C array of objects to return.
 
unsigned long *_Nullable 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: