Data Fields | |
Cal_BddManager | manager |
bdd_gen_status | status |
bdd_gen_type | type |
union { | |
struct { | |
array_t * cube | |
} cubes | |
struct { | |
st_table * visited | |
} nodes | |
} | gen |
struct { | |
int sp | |
CalBddNode_t ** nodeStack | |
int * idStack | |
} | stack |
CalBddNode_t * | node |
Definition at line 60 of file calPortIter.c.
Definition at line 66 of file calPortIter.c.
struct { ... } CalBddGenStruct::cubes |
union { ... } CalBddGenStruct::gen |
Definition at line 75 of file calPortIter.c.
Definition at line 61 of file calPortIter.c.
Definition at line 77 of file calPortIter.c.
struct { ... } CalBddGenStruct::nodes |
Definition at line 74 of file calPortIter.c.
Definition at line 73 of file calPortIter.c.
struct { ... } CalBddGenStruct::stack |
Definition at line 62 of file calPortIter.c.
Definition at line 63 of file calPortIter.c.
Definition at line 69 of file calPortIter.c.