QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dag_s Struct Reference
Collaboration diagram for dag_s:
[legend]

Data Fields

struct flownode_sflownode
 flow node this dag represents More...
 
daglabel_t ** labels
 array of all daglabels in this dag More...
 
struct dag_snext
 
dagnode_t ** nodes
 array of all dagnodes in this dag More...
 
int num_labels
 
int num_nodes
 
int num_topo
 number of nodes in topo (may be < num_nodes after dead node removal) More...
 
struct set_sroots
 set of root nodes More...
 
inttopo
 nodes in topological sort order More...
 

Field Documentation

struct flownode_s* flownode

flow node this dag represents

daglabel_t** labels

array of all daglabels in this dag

struct dag_s* next
dagnode_t** nodes

array of all dagnodes in this dag

int num_labels
int num_nodes
int num_topo

number of nodes in topo (may be < num_nodes after dead node removal)

struct set_s* roots

set of root nodes

int* topo

nodes in topological sort order


The documentation for this struct was generated from the following file: