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

Public Member Functions

 kernel_body (const streaming_node &node)
 
void operator() (kernel_input_tuple ip, typename args_storage_base::output_ports_type &op)
 

Private Attributes

const streaming_nodemy_node
 

Detailed Description

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

Definition at line 637 of file flow_graph.h.

Constructor & Destructor Documentation

◆ kernel_body()

template<typename... Ports, typename JP , typename StreamFactory >
tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::kernel_body::kernel_body ( const streaming_node< tuple< Ports... >, JP, StreamFactory > &  node)
inline

Definition at line 639 of file flow_graph.h.

641 :
642  template< typename R, typename B > friend class run_and_put_task;

Member Function Documentation

◆ operator()()

template<typename... Ports, typename JP , typename StreamFactory >
void tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::kernel_body::operator() ( kernel_input_tuple  ip,
typename args_storage_base::output_ports_type op 
)
inline

Definition at line 641 of file flow_graph.h.

641  :
642  template< typename R, typename B > friend class run_and_put_task;
643  template<typename X, typename Y> friend class internal::broadcast_cache;
644  template<typename X, typename Y> friend class internal::round_robin_cache;
645  // execute body is supposed to be too small to create a task for.
A cache of successors that are put in a round-robin fashion.
A cache of successors that are broadcast to.

Member Data Documentation

◆ my_node

template<typename... Ports, typename JP , typename StreamFactory >
const streaming_node& tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::kernel_body::my_node
private

Definition at line 647 of file flow_graph.h.


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.