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 () | |
Allow default construction. More... | |
Definition at line 470 of file flow_graph.h.
typedef kernel_multifunction_node::output_ports_type tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage_base::output_ports_type |
Definition at line 472 of file flow_graph.h.
|
inlinevirtual |
Definition at line 477 of file flow_graph.h.
|
inlineprotected |
Definition at line 480 of file flow_graph.h.
|
inlineprotected |
Definition at line 484 of file flow_graph.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 489 of file flow_graph.h.
|
protected |
Definition at line 488 of file flow_graph.h.