Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func Class Reference
Inheritance diagram for tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func:
Collaboration diagram for tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func:

Classes

struct  kernel_func
 

Public Member Functions

 run_kernel_func (kernel_input_tuple &ip, const streaming_node &node, const args_storage &storage)
 
template<typename... FnArgs>
void operator() (FnArgs &... args)
 

Private Attributes

tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage::run_kernel_func::kernel_func my_kernel_func
 

Detailed Description

template<typename... Ports, typename JP, typename StreamFactory>
template<typename... Args>
class tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func

Definition at line 510 of file flow_graph.h.

Constructor & Destructor Documentation

◆ run_kernel_func()

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

Definition at line 512 of file flow_graph.h.

512  :

Member Function Documentation

◆ operator()()

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

Definition at line 518 of file flow_graph.h.

520  {}

Member Data Documentation

◆ my_kernel_func

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage::run_kernel_func::kernel_func tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func::my_kernel_func
private

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

Copyright © 2005-2019 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.