|
cudd
3.0.0
The University of Colorado Decision Diagram Package
|
CUDD hook. More...
#include <cuddInt.h>

Data Fields | |
| DD_HFP | f |
| struct DdHook * | next |
CUDD hook.
Hooks in CUDD are functions that the application registers with the manager so that they are called at appropriate times. The functions are passed the manager as argument; they should return 1 if successful and 0 otherwise.
| DD_HFP DdHook::f |
function to be called
| struct DdHook* DdHook::next |
next element in the list
1.8.11