FlowGraphPp Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class FlowGraphPp. The constructor returns an object of class FlowGraphPp.
Prototype
1 2 | FlowGraphPp(const char_t *pp_name, const FlowGraphBuilder &builder) ~FlowGraphPp() override |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
pp_name |
Input |
FlowGraphPp name, which must be unique for a graph. |
builder |
Input |
FlowGraph build method: std::function<FlowGraph()> For details about how to build a FlowGraph, see Class FlowGraph. |
Returns
A FlowGraphPp object.
Exception Handling
None
Constraints
None
Parent topic: FlowGraphPp Class