implements a function node that supports Input -> (set of outputs) More...
#include <flow_graph.h>
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 () |
implements a function node that supports Input -> (set of outputs)