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 232 of file flow_graph.h.
typedef T tbb::flow::interface10::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 233 of file flow_graph.h.
typedef T::async_msg_data_type tbb::flow::interface10::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 234 of file flow_graph.h.
|
inlinestatic |
Definition at line 248 of file flow_graph.h.
|
inlinestatic |
Definition at line 252 of file flow_graph.h.
|
inlinestatic |
Definition at line 239 of file flow_graph.h.
|
inlinestatic |
Definition at line 243 of file flow_graph.h.
|
inlinestatic |
Definition at line 257 of file flow_graph.h.
|
static |
Definition at line 236 of file flow_graph.h.