Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_join_impl.h>
Public Member Functions | |
forwarding_base (graph &g) | |
virtual | ~forwarding_base () |
virtual task * | decrement_port_count (bool handle_task)=0 |
virtual void | increment_port_count ()=0 |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Public Attributes | |
graph & | graph_ref |
Definition at line 26 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 27 of file _flow_graph_join_impl.h.
|
inlinevirtual |
Definition at line 28 of file _flow_graph_join_impl.h.
|
pure virtual |
Implemented in internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >, internal::join_node_FE< queueing, InputTuple, OutputTuple >, and internal::join_node_FE< reserving, InputTuple, OutputTuple >.
Referenced by internal::reserving_port< T >::handle_operations(), and internal::queueing_port< T >::handle_operations().
|
pure virtual |
Implemented in internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >, internal::join_node_FE< queueing, InputTuple, OutputTuple >, and internal::join_node_FE< reserving, InputTuple, OutputTuple >.
Referenced by internal::reserving_port< T >::handle_operations().
graph& internal::forwarding_base::graph_ref |
Definition at line 34 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::graph_reference(), internal::queueing_port< T >::graph_reference(), and internal::key_matching_port< TraitsType >::graph_reference().