Coconut Framework  beta
CNTopologicalSorter.h
Go to the documentation of this file.
1 
8 #ifndef CNTOPOLOGICALSORTER_H
9 #define CNTOPOLOGICALSORTER_H
10 
11 #include "CNType.h"
12 #include "CNForwarders.h"
13 
23 CNTopologicalSort(struct CNObjectList * sortednodes, struct CNObjectList * erroredges, struct CNGraph * src) ;
24 
25 #endif /* CNTOPOLOGICALSORTER_H */
26 
Forward declaration of data types.
List of CNObject.
Definition: CNObjectList.h:17
Direct Acyclic Graph model.
Definition: CNGraph.h:17
Define primitive data types.
CNBoolean CNTopologicalSort(struct CNObjectList *sortednodes, struct CNObjectList *erroredges, struct CNGraph *src)
Get the calculation order by topological sort.
unsigned int CNBoolean
Boolean type.
Definition: CNType.h:14