PIPS
__stack_iterator Struct Reference

STACK ITERATOR. More...

+ Collaboration diagram for __stack_iterator:

Data Fields

_stack_ptr bucket
 
bool downward
 current bucket More...
 
size_t index
 true if downward iterations More...
 
_stack_ptr list
 current index in bucket More...
 

Detailed Description

STACK ITERATOR.

Definition at line 82 of file stack.c.

Field Documentation

◆ bucket

_stack_ptr __stack_iterator::bucket

Definition at line 84 of file stack.c.

Referenced by stack_iterator_next_and_go(), and update_iterator_upward().

◆ downward

bool __stack_iterator::downward

current bucket

Definition at line 85 of file stack.c.

◆ index

size_t __stack_iterator::index

true if downward iterations

Definition at line 86 of file stack.c.

Referenced by stack_iterator_next_and_go(), and update_iterator_upward().

◆ list

_stack_ptr __stack_iterator::list

current index in bucket

Definition at line 87 of file stack.c.

Referenced by update_iterator_upward().


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