DOTRepresentation::addEdge Synopses Declared in <src/midend/astDump/DOTRepresentation.h> void addEdge( NodeType node1, NodeType node2, std::string option = ""); » more... void addEdge( NodeType node1, std::string edgelabel, NodeType node2, std::string option = ""); » more... void addEdge( NodeType node1, TraceType downtrace, std::string edgelabel, NodeType node2, std::string option = ""); » more... void addEdge( NodeType node1, TraceType downtrace, TraceType uptrace, std::string edgelabel, NodeType node2, std::string option = ""); » more... Created with MrDocs