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 |
![]() | |
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) |
![]() | |
multifunction_node (graph &g, size_t concurrency, Body body) | |
multifunction_node (const multifunction_node &other) | |
void | set_name (const char *name) |
![]() | |
graph_node (graph &g) | |
Additional Inherited Members | |
![]() | |
void | reset () |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
split_node: accepts a tuple as input, forwards each element of the tuple to its