Public Types | |
| typedef Input | input_type |
|
typedef internal::wrap_tuple_elements < N, internal::multifunction_output, Output >::type | output_ports_type |
Public Member Functions | |
| template<typename Body > | |
| multifunction_node (graph &g, size_t concurrency, Body body) | |
| multifunction_node (const multifunction_node &other) | |
Protected Member Functions | |
| void | reset () |
Static Protected Attributes | |
| static const int | N = tbb::flow::tuple_size<Output>::value |