implements a function node that supports Input -> (set of outputs) More...
#include <flow_graph.h>
 
  
 | Public Types | |
| typedef Input | input_type | 
| typedef null_type | output_type | 
| typedef internal::wrap_tuple_elements < N, internal::multifunction_output, Output >::type | output_ports_type | 
| typedef internal::multifunction_input < input_type, output_ports_type, Allocator > | fInput_type | 
| typedef internal::function_input_queue < input_type, Allocator > | input_queue_type | 
| Public Member Functions | |
| template<typename Body > | |
| multifunction_node (graph &g, size_t concurrency, Body body) | |
| multifunction_node (const multifunction_node &other) | |
| void | set_name (const char *name) | 
| void | extract () | 
|  Public Member Functions inherited from tbb::flow::interface7::graph_node | |
| graph_node (graph &g) | |
| Protected Member Functions | |
| void | reset_node (__TBB_PFG_RESET_ARG(reset_flags f)) | 
|  Protected Member Functions inherited from tbb::flow::interface7::graph_node | |
| virtual void | reset_node (__TBB_PFG_RESET_ARG(reset_flags f=rf_reset_protocol))=0 | 
| Static Protected Attributes | |
| static const int | N = tbb::flow::tuple_size<Output>::value | 
| Additional Inherited Members | |
|  Protected Attributes inherited from tbb::flow::interface7::graph_node | |
| graph & | my_graph | 
| graph_node * | next | 
| graph_node * | prev | 
implements a function node that supports Input -> (set of outputs)