Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::streaming_device_with_key< Device, Key > Class Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >:

Public Member Functions

 streaming_device_with_key ()
 
 streaming_device_with_key (const Device &d, Key k)
 
Key key () const
 
const Device & device () const
 

Private Attributes

Device my_device
 
std::decay< Key >::type my_key
 

Detailed Description

template<typename Device, typename Key>
class tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >

Definition at line 92 of file flow_graph.h.

Constructor & Destructor Documentation

◆ streaming_device_with_key() [1/2]

template<typename Device , typename Key >
tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::streaming_device_with_key ( )
inline

Definition at line 97 of file flow_graph.h.

102 {

◆ streaming_device_with_key() [2/2]

template<typename Device , typename Key >
tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::streaming_device_with_key ( const Device &  d,
Key  k 
)
inline

Definition at line 98 of file flow_graph.h.

102 {

Member Function Documentation

◆ device()

template<typename Device , typename Key >
const Device& tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::device ( ) const
inline

Definition at line 100 of file flow_graph.h.

102 {

◆ key()

template<typename Device , typename Key >
Key tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::key ( ) const
inline

Definition at line 99 of file flow_graph.h.

102 {

Member Data Documentation

◆ my_device

template<typename Device , typename Key >
Device tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::my_device
private

Definition at line 93 of file flow_graph.h.

◆ my_key

template<typename Device , typename Key >
std::decay<Key>::type tbb::flow::interface11::internal::streaming_device_with_key< Device, Key >::my_key
private

Definition at line 94 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.