|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_async_msg_impl.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 121 of file _flow_graph_async_msg_impl.h.
| typedef T async_msg< T >::async_msg_data_type |
Definition at line 125 of file _flow_graph_async_msg_impl.h.
|
private |
Definition at line 149 of file _flow_graph_async_msg_impl.h.
Definition at line 127 of file _flow_graph_async_msg_impl.h.
Definition at line 129 of file _flow_graph_async_msg_impl.h.
Definition at line 131 of file _flow_graph_async_msg_impl.h.
Definition at line 133 of file _flow_graph_async_msg_impl.h.
Definition at line 146 of file _flow_graph_async_msg_impl.h.
Definition at line 135 of file _flow_graph_async_msg_impl.h.
Definition at line 139 of file _flow_graph_async_msg_impl.h.
References tbb::move().
|
friend |
Definition at line 123 of file _flow_graph_async_msg_impl.h.
|
friend |
Definition at line 122 of file _flow_graph_async_msg_impl.h.
|
private |
Definition at line 150 of file _flow_graph_async_msg_impl.h.