AddControlEdge
Description
Adds a control edge.
Prototype
graphStatus AddControlEdge(GNode &src_node, GNode &dst_node);
Restrictions
None
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
src_node |
Input |
Source node of the edge. |
dst_node |
Input |
Destination node of the edge. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
graphStatus |
GRAPH_SUCCESS(0) on success; else, failure. |
Parent topic: Class Graph