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

Public Member Functions

 device_selector_body (device_selector_base *d)
 
void operator() (const indexer_node_output_type &v, typename device_selector_node::output_ports_type &op)
 

Private Attributes

device_selector_base * my_device_selector
 

Detailed Description

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

Definition at line 456 of file flow_graph.h.

Constructor & Destructor Documentation

◆ device_selector_body()

template<typename... Ports, typename JP , typename StreamFactory >
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_body::device_selector_body ( device_selector_base *  d)
inline

Definition at line 458 of file flow_graph.h.

462 : public internal::untyped_receiver {

Member Function Documentation

◆ operator()()

template<typename... Ports, typename JP , typename StreamFactory >
void tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_body::operator() ( const indexer_node_output_type v,
typename device_selector_node::output_ports_type op 
)
inline

Definition at line 460 of file flow_graph.h.

462  : public internal::untyped_receiver {

Member Data Documentation

◆ my_device_selector

template<typename... Ports, typename JP , typename StreamFactory >
device_selector_base* tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_body::my_device_selector
private

Definition at line 464 of file flow_graph.h.


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.