ANTLR3_TOPO_struct (3) Linux Manual Page
ANTLR3_TOPO_struct – A topological sort system that given a set of dependencies of a node m on node n, can sort them in dependency order. Synopsis#include <antlr3collections.h> Data Fieldsvoid(* addEdge )(struct ANTLR3_TOPO_struct *topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) A method that adds an edge from one node to another. pANTLR3_UINT32 cycle A vector used to detect…
