Dag_Manager_t Struct Reference
DAG manager.
More...
#include <dagInt.h>
Detailed Description
DAG manager.
Holds the vertices of a dag:
-
vTable, the vertices hash (maintains uniqueness);
-
gcList, the free list (candidates for GC);
-
dfsCode, initially 0 is the code of the current DFS;
-
stats, for bookkeeping.
Field Documentation
Dag_DfsFunctions_t* Dag_Manager_t::dag_DfsClean |
int Dag_Manager_t::dfsCode |
int Dag_Manager_t::hashFn[DAGMAX_WORDS] |
int Dag_Manager_t::stats[DAG_MAX_STAT] |
The documentation for this struct was generated from the following file: