|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
| kernel_func (kernel_input_tuple &ip, const streaming_node &node, const args_storage &storage, device_type device) | |
| template<typename... FnArgs> | |
| void | operator() (FnArgs &... args) |
Public Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
Public Attributes | |
| kernel_input_tuple & | my_ip |
| const streaming_node & | my_node |
| const args_storage & | my_storage |
| device_type | my_device |
Definition at line 519 of file _flow_graph_streaming_node.h.
|
inline |
Definition at line 525 of file _flow_graph_streaming_node.h.
|
inline |
Definition at line 530 of file _flow_graph_streaming_node.h.
| device_type streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_device |
Definition at line 523 of file _flow_graph_streaming_node.h.
| kernel_input_tuple& streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_ip |
Definition at line 520 of file _flow_graph_streaming_node.h.
| const streaming_node& streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_node |
Definition at line 521 of file _flow_graph_streaming_node.h.
| const args_storage& streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_storage |
Definition at line 522 of file _flow_graph_streaming_node.h.