Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef async_msg< T > | async_type |
typedef T | 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 = false |
Definition at line 195 of file flow_graph.h.
typedef async_msg<T> tbb::flow::interface10::internal::async_helpers< T, typename >::async_type |
Definition at line 196 of file flow_graph.h.
typedef T tbb::flow::interface10::internal::async_helpers< T, typename >::filtered_type |
Definition at line 197 of file flow_graph.h.
|
inlinestatic |
Definition at line 209 of file flow_graph.h.
|
inlinestatic |
Definition at line 213 of file flow_graph.h.
|
inlinestatic |
Definition at line 201 of file flow_graph.h.
|
inlinestatic |
Definition at line 205 of file flow_graph.h.
|
inlinestatic |
Definition at line 217 of file flow_graph.h.
|
static |
Definition at line 199 of file flow_graph.h.