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 Class Reference
Inheritance diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_kernel_func:
Collaboration diagram for tbb::flow::interface11::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::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage::run_kernel_func::kernel_func my_kernel_func
 

Additional Inherited Members

- Private Member Functions inherited from tbb::internal::no_assign
void operator= (const no_assign &)=delete
 
 no_assign (const no_assign &)=default
 
 no_assign ()=default
 

Detailed Description

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

Definition at line 508 of file flow_graph.h.

Constructor & Destructor Documentation

◆ run_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::run_kernel_func ( kernel_input_tuple ip,
const streaming_node< tuple< Ports... >, JP, StreamFactory > &  node,
const args_storage storage 
)
inline

Definition at line 510 of file flow_graph.h.

513  { return false; }

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::operator() ( FnArgs &...  args)
inline

Definition at line 516 of file flow_graph.h.

516  { return false; }
517 

Member Data Documentation

◆ my_kernel_func

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage::run_kernel_func::kernel_func tbb::flow::interface11::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-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.