Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.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 |
![]() | |
typedef OutputTuple | output_type |
typedef sender< output_type >::successor_type | successor_type |
typedef join_node_FE< JP, InputTuple, OutputTuple > | input_ports_type |
![]() | |
typedef untyped_receiver | successor_type |
The successor type for this node. More... | |
Public Member Functions | |
unfolded_join_node (graph &g) | |
template<typename Body0 , typename Body1 > | |
unfolded_join_node (graph &g, Body0 body0, Body1 body1) | |
unfolded_join_node (const unfolded_join_node &other) | |
![]() | |
join_node_base (graph &g) | |
join_node_base (const join_node_base &other) | |
template<typename FunctionTuple > | |
join_node_base (graph &g, FunctionTuple f) | |
bool | register_successor (successor_type &r) __TBB_override |
Add a new successor to this node. More... | |
bool | remove_successor (successor_type &r) __TBB_override |
Removes a successor from this node. More... | |
bool | try_get (output_type &v) __TBB_override |
Request an item from the sender. More... | |
![]() | |
graph_node (graph &g) | |
virtual | ~graph_node () |
![]() | |
virtual bool | try_reserve (OutputTuple &) |
Reserves an item in the sender. More... | |
![]() | |
virtual | ~untyped_sender () |
virtual bool | try_release () |
Releases the reserved item. More... | |
virtual bool | try_consume () |
Consumes the reserved item. More... | |
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 1540 of file flow_graph.h.
|
private |
Definition at line 1548 of file flow_graph.h.
|
private |
Definition at line 1549 of file flow_graph.h.
|
private |
Definition at line 1550 of file flow_graph.h.
|
private |
Definition at line 1551 of file flow_graph.h.
typedef wrap_key_tuple_elements<2,key_matching_port,key_matching<K,KHash>,OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 2, key_matching_port, OutputTuple, key_matching< K, KHash > >::input_ports_type |
Definition at line 1545 of file flow_graph.h.
typedef OutputTuple tbb::flow::interface11::internal::unfolded_join_node< 2, key_matching_port, OutputTuple, key_matching< K, KHash > >::output_type |
Definition at line 1546 of file flow_graph.h.
|
private |
Definition at line 1542 of file flow_graph.h.
|
private |
Definition at line 1543 of file flow_graph.h.
|
inline |
Definition at line 1554 of file flow_graph.h.
|
inline |
Definition at line 1562 of file flow_graph.h.
References internal::node_cache< T, M >::clear(), tbb::flow::interface11::internal::successor_cache< T, M >::clear(), tbb::flow::interface11::internal::function_input_base< Input, Policy, cache_aligned_allocator< Input >, function_input< Input, Output, Policy, cache_aligned_allocator< Input > > >::my_predecessors, and tbb::flow::interface11::function_node< Input, Output, Policy, Allocator >::successors().
|
inline |
Definition at line 1569 of file flow_graph.h.