Ninja
Public Member Functions | Public Attributes
GraphViz Struct Reference

Runs the process of creating GraphViz .dot file output. More...

#include <graphviz.h>

List of all members.

Public Member Functions

void AddTarget (Node *node)
void Finish ()
void Start ()

Public Attributes

set< Edge * > visited_edges_
set< Node * > visited_nodes_

Detailed Description

Runs the process of creating GraphViz .dot file output.

Definition at line 25 of file graphviz.h.


Member Function Documentation

void GraphViz::AddTarget ( Node node)
void GraphViz::Finish ( )

Definition at line 75 of file graphviz.cc.

void GraphViz::Start ( )

Definition at line 68 of file graphviz.cc.


Member Data Documentation

Definition at line 31 of file graphviz.h.

Referenced by AddTarget().

Definition at line 30 of file graphviz.h.

Referenced by AddTarget().


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