class DGTestGraph
Declaration
class DGTestGraph : public DirectedGraph { /* full declaration omitted */ };
Description
Directed graph The graph is represented by a table of nodes. Each node contains a (possibly empty) list of outgoing edges. Each edge contains the target node it connects to.
Declared at: llvm/unittests/ADT/DirectedGraphTest.cpp:43
Inherits from: DirectedGraph
Method Overview
- public DGTestGraph()
- public ~DGTestGraph()
Methods
¶DGTestGraph()
DGTestGraph()
Declared at: llvm/unittests/ADT/DirectedGraphTest.cpp:45
¶~DGTestGraph()
~DGTestGraph()
Declared at: llvm/unittests/ADT/DirectedGraphTest.cpp:46