Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_streaming_node.h>
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 |
Definition at line 91 of file _flow_graph_streaming_node.h.
|
inline |
Definition at line 96 of file _flow_graph_streaming_node.h.
|
inline |
Definition at line 97 of file _flow_graph_streaming_node.h.
|
inline |
Definition at line 99 of file _flow_graph_streaming_node.h.
References internal::streaming_device_with_key< Device, Key >::my_device.
|
inline |
Definition at line 98 of file _flow_graph_streaming_node.h.
References internal::streaming_device_with_key< Device, Key >::my_key.
|
private |
Definition at line 92 of file _flow_graph_streaming_node.h.
Referenced by internal::streaming_device_with_key< Device, Key >::device().
|
private |
Definition at line 93 of file _flow_graph_streaming_node.h.
Referenced by internal::streaming_device_with_key< Device, Key >::key().