Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_join_impl.h>
Public Types | |
typedef wrap_key_tuple_elements< 2, key_matching_port, key_matching< K, KHash >, OutputTuple >::type | input_ports_type |
typedef OutputTuple | output_type |
Public Member Functions | |
template<typename Body0 , typename Body1 > | |
unfolded_join_node (graph &g, Body0 body0, Body1 body1) | |
unfolded_join_node (const unfolded_join_node &other) | |
Private Types | |
typedef tbb::flow::tuple_element< 0, OutputTuple >::type | T0 |
typedef tbb::flow::tuple_element< 1, OutputTuple >::type | T1 |
typedef join_node_base< key_matching< K, KHash >, input_ports_type, output_type > | base_type |
typedef internal::type_to_key_function_body< T0, K > * | f0_p |
typedef internal::type_to_key_function_body< T1, K > * | f1_p |
typedef tbb::flow::tuple< f0_p, f1_p > | func_initializer_type |
Definition at line 1537 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1545 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1546 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1547 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1548 of file _flow_graph_join_impl.h.
typedef wrap_key_tuple_elements<2,key_matching_port,key_matching<K,KHash>,OutputTuple>::type internal::unfolded_join_node< 2, key_matching_port, OutputTuple, key_matching< K, KHash > >::input_ports_type |
Definition at line 1542 of file _flow_graph_join_impl.h.
typedef OutputTuple internal::unfolded_join_node< 2, key_matching_port, OutputTuple, key_matching< K, KHash > >::output_type |
Definition at line 1543 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1539 of file _flow_graph_join_impl.h.
|
private |
Definition at line 1540 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 1559 of file _flow_graph_join_impl.h.
References __TBB_STATIC_ASSERT, and value.
|
inline |
Definition at line 1566 of file _flow_graph_join_impl.h.