|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_join_impl.h>
Public Types | |
| typedef tbb::internal::strip< KeyType >::type | current_key_type |
Public Member Functions | |
| matching_forwarding_base (graph &g) | |
| virtual task * | increment_key_count (current_key_type const &, bool)=0 |
Public Member Functions inherited from internal::forwarding_base | |
| forwarding_base (graph &g) | |
| virtual | ~forwarding_base () |
| virtual task * | decrement_port_count (bool handle_task)=0 |
| virtual void | increment_port_count ()=0 |
Public Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete |
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Public Attributes | |
| current_key_type | current_key |
Public Attributes inherited from internal::forwarding_base | |
| graph & | graph_ref |
Definition at line 40 of file _flow_graph_join_impl.h.
| typedef tbb::internal::strip<KeyType>::type internal::matching_forwarding_base< KeyType >::current_key_type |
Definition at line 41 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 42 of file _flow_graph_join_impl.h.
|
pure virtual |
Implemented in internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >.
Referenced by internal::key_matching_port< TraitsType >::try_put_task().
| current_key_type internal::matching_forwarding_base< KeyType >::current_key |
Definition at line 44 of file _flow_graph_join_impl.h.
Referenced by internal::key_matching_port< TraitsType >::handle_operations().