Basic DAG type. More...
Public Member Functions | |
| void | add (graphviz &gv, const char *color="#c5def5") const | 
| Add the DAG to the given graphviz graph.   | |
| std::string const & | label () const | 
| sorted_type | sort () const | 
| Topological sort using Kahn's algorithm.   | |
Basic DAG type.
| std::string const & label | ( | ) | const | 
| sorted_type sort | ( | ) | const | 
Topological sort using Kahn's algorithm.
| void add | ( | graphviz & | gv, | 
| const char * | color = "#c5def5" ) const | 
Add the DAG to the given graphviz graph.