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_base Class Referenceabstract
Inheritance diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_base:
Collaboration diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_base:

Public Member Functions

virtual void operator() (const indexer_node_output_type &v, typename device_selector_node::output_ports_type &op)=0
 
virtual device_selector_base * clone (streaming_node &n) const =0
 
virtual ~device_selector_base ()
 

Detailed Description

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

Definition at line 369 of file flow_graph.h.

Constructor & Destructor Documentation

◆ ~device_selector_base()

template<typename... Ports, typename JP , typename StreamFactory >
virtual tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_base::~device_selector_base ( )
inlinevirtual

Definition at line 373 of file flow_graph.h.

373 {}

Member Function Documentation

◆ clone()

template<typename... Ports, typename JP , typename StreamFactory >
virtual device_selector_base* tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector_base::clone ( streaming_node< tuple< Ports... >, JP, StreamFactory > &  n) const
pure virtual

◆ operator()()

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

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.