FlowGraph Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class FlowGraph. The constructor returns an empty FlowGraph graph.
Prototype
1 2 | FlowGraph(const char *name) ~FlowGraph() |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of FlowGraph. |
Returns
An empty FlowGraph.
Troubleshooting
None
Constraints
None
Parent topic: Class FlowGraph