Cthulhu  0.2.10
Cthulhu compiler collection
set_iter_t Struct Reference

a set iterator handle More...

#include <set.h>

Collaboration diagram for set_iter_t:

Data Fields

set_tset
 the set to iterate over More...
 
size_t index
 the current bucket index More...
 
item_tcurrent
 the current item More...
 
item_tnext
 the next item More...
 

Detailed Description

a set iterator handle

Warning
these are internal fields and should not be used directly

Definition at line 77 of file set.h.

Field Documentation

◆ current

item_t* set_iter_t::current

the current item

Definition at line 82 of file set.h.

◆ index

size_t set_iter_t::index

the current bucket index

Definition at line 80 of file set.h.

◆ next

item_t* set_iter_t::next

the next item

Definition at line 83 of file set.h.

◆ set

set_t* set_iter_t::set

the set to iterate over

Definition at line 79 of file set.h.


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