|  | 
| typedef tbb::flow::tuple < receiver< InputTypes > &... >
 | input_ports_type | 
|  | 
| typedef tbb::flow::tuple < sender< OutputTypes > &... >
 | output_ports_type | 
|  | 
|  | 
|  | composite_node (graph &g, const char *my_type_name=" ") | 
|  | 
| void | set_external_ports (input_ports_type &&input_ports_tuple, output_ports_type &&output_ports_tuple) | 
|  | 
| void | set_external_ports (const input_ports_type &input_ports_tuple, const output_ports_type &output_ports_tuple) | 
|  | 
| template<typename... NodeTypes> | 
| bool | add_visible_nodes (const NodeTypes &...n) | 
|  | 
| template<typename... NodeTypes> | 
| bool | add_nodes (const NodeTypes &...n) | 
|  | 
| template<typename... Nodes> | 
| bool | add_nodes (Nodes &...) | 
|  | 
| template<typename... Nodes> | 
| bool | add_visible_nodes (Nodes &...) | 
|  | 
| void | set_name (const char *name) | 
|  | 
| input_ports_type | input_ports () | 
|  | 
| output_ports_type | output_ports () | 
|  | 
| void | extract () | 
|  | 
|  | graph_node (graph &g) | 
|  | 
|  | 
| void | reset_node (__TBB_PFG_RESET_ARG(reset_flags)) | 
|  | 
| virtual void | reset_node (__TBB_PFG_RESET_ARG(reset_flags f=rf_reset_protocol))=0 | 
|  | 
The documentation for this class was generated from the following file: