Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Types | |
typedef kernel_multifunction_node::output_ports_type | output_ports_type |
Public Member Functions | |
virtual void | enqueue (kernel_input_tuple &ip, output_ports_type &op, const streaming_node &n)=0 |
virtual void | send (device_type d)=0 |
virtual args_storage_base * | clone () const =0 |
virtual | ~args_storage_base () |
Protected Member Functions | |
args_storage_base (const kernel_type &kernel, StreamFactory &f) | |
args_storage_base (const args_storage_base &k) | |
Protected Attributes | |
const kernel_type | my_kernel |
StreamFactory & | my_factory |
Additional Inherited Members | |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Definition at line 467 of file _flow_graph_streaming_node.h.
typedef kernel_multifunction_node::output_ports_type streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage_base::output_ports_type |
Definition at line 469 of file _flow_graph_streaming_node.h.
|
inlinevirtual |
Definition at line 474 of file _flow_graph_streaming_node.h.
|
inlineprotected |
Definition at line 477 of file _flow_graph_streaming_node.h.
|
inlineprotected |
Definition at line 481 of file _flow_graph_streaming_node.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 486 of file _flow_graph_streaming_node.h.
|
protected |
Definition at line 485 of file _flow_graph_streaming_node.h.