ObjFW
Loading...
Searching...
No Matches
Public Attributes | List of all members
OFFastEnumerationState Struct Reference

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]
 

Detailed Description

State information for fast enumerations.

Member Data Documentation

◆ extra

unsigned long OFFastEnumerationState::extra[5]

Additional arbitrary state information

◆ itemsPtr

id __unsafe_unretained* OFFastEnumerationState::itemsPtr

Pointer to a C array of objects to return

◆ mutationsPtr

unsigned long* OFFastEnumerationState::mutationsPtr

Arbitrary state information to detect mutations

◆ state

unsigned long OFFastEnumerationState::state

Arbitrary state information for the enumeration


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