Represent the state of a scan through a set. More...
Data Fields | |
| unsigned | element |
| The result of set_first() or set_next(). More... | |
| struct set_iter_s * | next |
| private. for ALLOC More... | |
| const set_t * | set |
| the set to which this iterator belongs More... | |
Represent the state of a scan through a set.
Very useful in for-loops:
| unsigned element |
The result of set_first() or set_next().
set_next() will start at the following element.
| struct set_iter_s* next |
private. for ALLOC