class DGTestNode
Declaration
class DGTestNode : public DGNode { /* full declaration omitted */ };
Description
Represent a node in the directed graph. The node has a (possibly empty) list of outgoing edges.
Declared at: llvm/unittests/ADT/DirectedGraphTest.cpp:32
Inherits from: DGNode
Method Overview
- public DGTestNode()
Methods
ΒΆDGTestNode()
DGTestNode()
Declared at: llvm/unittests/ADT/DirectedGraphTest.cpp:34