For internal use only.
This structure is used by sh_iter() in its call to ll_iter(). The structure contains state that ll_iter() cannot directly pass to _sh_iter_iter().
Definition at line 41 of file sh_iter.c.
Data Fields | |
smat_table_t * | si_table |
smat_iter_t | si_iter |
void * | si_extra |
|
Extra data. Definition at line 44 of file sh_iter.c. Referenced by _sh_iter_iter(), and sh_iter(). |
|
Iter function. Definition at line 43 of file sh_iter.c. Referenced by _sh_iter_iter(), and sh_iter(). |
|
Pointer to the smat table. Definition at line 42 of file sh_iter.c. Referenced by _sh_iter_iter(), and sh_iter(). |