15 #ifndef NINJA_GRAPHVIZ_H_ 16 #define NINJA_GRAPHVIZ_H_ 33 #endif // NINJA_GRAPHVIZ_H_ std::set< Node * > visited_nodes_
Information about a node in the dependency graph: the file, whether it's dirty, mtime, etc.
An edge in the dependency graph; links between Nodes using Rules.
std::set< Edge * > visited_edges_
Runs the process of creating GraphViz .dot file output.
void AddTarget(Node *node)