split_node: accepts a tuple as input, forwards each element of the tuple to its More...
#include <flow_graph.h>
Public Types | |
typedef base_type::output_ports_type | output_ports_type |
typedef TupleType | input_type |
typedef Allocator | allocator_type |
Public Types inherited from tbb::flow::interface7::multifunction_node< TupleType, TupleType, rejecting, Allocator > | |
typedef TupleType | input_type |
typedef internal::wrap_tuple_elements < N, internal::multifunction_output, TupleType >::type | output_ports_type |
Public Member Functions | |
split_node (graph &g) | |
split_node (const split_node &other) | |
void | set_name (const char *name) |
Public Member Functions inherited from tbb::flow::interface7::multifunction_node< TupleType, TupleType, rejecting, Allocator > | |
multifunction_node (graph &g, size_t concurrency, Body body) | |
multifunction_node (const multifunction_node &other) | |
void | set_name (const char *name) |
Public Member Functions inherited from tbb::flow::interface7::graph_node | |
graph_node (graph &g) | |
Additional Inherited Members | |
Protected Member Functions inherited from tbb::flow::interface7::multifunction_node< TupleType, TupleType, rejecting, Allocator > | |
void | reset () |
Protected Attributes inherited from tbb::flow::interface7::graph_node | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
split_node: accepts a tuple as input, forwards each element of the tuple to its