|
VIS
|
Collaboration diagram for TruthTableLine:Data Fields | |
| char * | values |
| struct TruthTableLine * | next |
Struct**********************************************************************
Synopsis [Type to store a line of the truth table of a node. The entire truth table is implemented as a linked list of objects of this type.]
Description []
SeeAlso []
Definition at line 48 of file synthWrite.c.
| struct TruthTableLine* TruthTableLine::next |
Definition at line 50 of file synthWrite.c.
| char* TruthTableLine::values |
Definition at line 49 of file synthWrite.c.