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 468 of file flow_graph.h.
typedef kernel_multifunction_node::output_ports_type tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage_base::output_ports_type |
Definition at line 470 of file flow_graph.h.
|
inlinevirtual |
Definition at line 475 of file flow_graph.h.
|
inlineprotected |
Definition at line 478 of file flow_graph.h.
|
inlineprotected |
Definition at line 482 of file flow_graph.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 487 of file flow_graph.h.
|
protected |
Definition at line 486 of file flow_graph.h.