GATE
gate_enumerator_class Struct Reference

Enumerator data type that stores the enumeration state. More...

#include <enumerators.h>

Public Attributes

gate_bool_t(* is_valid )(struct gate_enumerator_class const *enumerator)
 
gate_bool_t(* next )(struct gate_enumerator_class *enumerator)
 
void const *(* get )(struct gate_enumerator_class const *enumerator)
 
void const * ptr_origin
 
void * current_position
 
void * end_position
 
void * handles [4]
 

Detailed Description

Enumerator data type that stores the enumeration state.


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