Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

func_iter_s Struct Reference

#include <func_iter.h>


Detailed Description

Structure for iterating through a functional unit and its unnamed scopes.


Data Fields

unsigned int scopes
stmt_iter ** sis
unsigned int si_num
sig_link ** sigs
unsigned int sig_num
sig_linkcurr_sigl


Field Documentation

sig_link* func_iter_s::curr_sigl
 

Pointer to current sig_link element in the given sigs array element

unsigned int func_iter_s::scopes
 

The number of scopes iterated with this iteration (i.e., the allocated size of sis and sigs)

unsigned int func_iter_s::si_num
 

Specifies the current index in the sis array to process

unsigned int func_iter_s::sig_num
 

Specifies the current index in the sigs array to process

sig_link** func_iter_s::sigs
 

Pointer to array of signal lists for the given functional unit

stmt_iter** func_iter_s::sis
 

Pointer to array of statement iterators (sorted by line number) for the given functional unit


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4