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

#include <_flow_graph_streaming_node.h>

Collaboration diagram for 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 internal::streaming_device_with_key< Device, Key >

Definition at line 91 of file _flow_graph_streaming_node.h.

Constructor & Destructor Documentation

◆ streaming_device_with_key() [1/2]

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

Definition at line 96 of file _flow_graph_streaming_node.h.

96 {}

◆ streaming_device_with_key() [2/2]

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

Definition at line 97 of file _flow_graph_streaming_node.h.

97 : my_device( d ), my_key( k ) {}
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d

Member Function Documentation

◆ device()

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

◆ key()

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

Member Data Documentation

◆ my_device

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

◆ my_key

template<typename Device , typename Key >
std::decay<Key>::type internal::streaming_device_with_key< Device, Key >::my_key
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.