VIS
|
Data Fields | |
struct bfs_item * | item |
int | child |
struct bfs_list * | next |
Struct**********************************************************************
Synopsis [Structure for BFS operation to count variable occurrences.]
Description [Structure for BFS operation to count variable occurrences.]
SeeAlso []
Definition at line 61 of file synthDiv.c.
int bfs_list::child |
Definition at line 63 of file synthDiv.c.
struct bfs_item* bfs_list::item |
Definition at line 62 of file synthDiv.c.
struct bfs_list* bfs_list::next |
Definition at line 64 of file synthDiv.c.