|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef T | async_type |
| typedef T::async_msg_data_type | filtered_type |
Static Public Member Functions | |
| static const void * | to_void_ptr (const T &t) |
| static void * | to_void_ptr (T &t) |
| static const T & | from_void_ptr (const void *p) |
| static T & | from_void_ptr (void *p) |
| static task * | try_put_task_wrapper_impl (receiver< T > *const this_recv, const void *p, bool is_async) |
Static Public Attributes | |
| static const bool | is_async_type = true |
Definition at line 264 of file flow_graph.h.
| typedef T tbb::flow::interface11::internal::async_helpers< T, typename std::enable_if< std::is_base_of< async_msg< typename T::async_msg_data_type >, T >::value >::type >::async_type |
Definition at line 265 of file flow_graph.h.
| typedef T::async_msg_data_type tbb::flow::interface11::internal::async_helpers< T, typename std::enable_if< std::is_base_of< async_msg< typename T::async_msg_data_type >, T >::value >::type >::filtered_type |
Definition at line 266 of file flow_graph.h.
|
inlinestatic |
Definition at line 280 of file flow_graph.h.
|
inlinestatic |
Definition at line 284 of file flow_graph.h.
|
inlinestatic |
Definition at line 271 of file flow_graph.h.
|
inlinestatic |
Definition at line 275 of file flow_graph.h.
|
inlinestatic |
Definition at line 289 of file flow_graph.h.
|
static |
Definition at line 268 of file flow_graph.h.