Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef T | async_msg_data_type |
Public Member Functions | |
async_msg () | |
async_msg (const T &t) | |
async_msg (T &&t) | |
virtual | ~async_msg () |
void | set (const T &t) |
void | set (T &&t) |
Protected Member Functions | |
virtual void | finalize () const |
Private Types | |
typedef std::shared_ptr< internal::async_storage< T > > | async_storage_ptr |
Private Attributes | |
async_storage_ptr | my_storage |
Friends | |
template<typename > | |
class | receiver |
template<typename , typename > | |
struct | internal::async_helpers |
Definition at line 122 of file flow_graph.h.
typedef T tbb::flow::interface11::async_msg< T >::async_msg_data_type |
Definition at line 126 of file flow_graph.h.
|
private |
Definition at line 150 of file flow_graph.h.
|
inline |
Definition at line 128 of file flow_graph.h.
|
inline |
Definition at line 130 of file flow_graph.h.
|
inline |
Definition at line 132 of file flow_graph.h.
|
inlinevirtual |
Definition at line 134 of file flow_graph.h.
|
inlineprotectedvirtual |
Reimplemented in tbb::flow::interface11::opencl_async_msg< T, Factory >.
Definition at line 147 of file flow_graph.h.
|
inline |
Definition at line 136 of file flow_graph.h.
Referenced by tbb::flow::interface11::opencl_async_msg< T, Factory >::finalize().
|
inline |
Definition at line 140 of file flow_graph.h.
Definition at line 124 of file flow_graph.h.
Definition at line 123 of file flow_graph.h.
|
private |
Definition at line 151 of file flow_graph.h.