Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func Struct Reference
Inheritance diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func:
Collaboration diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func:

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_tuplemy_ip
 
const streaming_nodemy_node
 
const args_storagemy_storage
 
device_type my_device
 

Detailed Description

template<typename... Ports, typename JP, typename StreamFactory>
template<typename... Args>
struct tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func

Definition at line 520 of file flow_graph.h.

Constructor & Destructor Documentation

◆ kernel_func()

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::kernel_func ( kernel_input_tuple ip,
const streaming_node< tuple< Ports... >, JP, StreamFactory > &  node,
const args_storage storage,
device_type  device 
)
inline

Definition at line 526 of file flow_graph.h.

538  {

Member Function Documentation

◆ operator()()

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
template<typename... FnArgs>
void tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::operator() ( FnArgs &...  args)
inline

Definition at line 531 of file flow_graph.h.

538  {

Member Data Documentation

◆ my_device

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
device_type tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_device

Definition at line 524 of file flow_graph.h.

◆ my_ip

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
kernel_input_tuple& tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_ip

Definition at line 521 of file flow_graph.h.

◆ my_node

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
const streaming_node& tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_node

Definition at line 522 of file flow_graph.h.

◆ my_storage

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
const args_storage& tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::kernel_func::my_storage

Definition at line 523 of file flow_graph.h.


The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.