Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Private Types | |
typedef internal::unfolded_join_node< N, reserving_port, OutputTuple, reserving > | unfolded_type |
Static Private Attributes | |
static const int | N = tbb::flow::tuple_size<OutputTuple>::value |
Additional Inherited Members | |
![]() | |
void | reset_node (reset_flags f) __TBB_override |
![]() | |
virtual bool | try_get_wrapper (void *p, bool is_async) __TBB_override |
virtual bool | try_reserve_wrapper (void *p, bool is_async) __TBB_override |
![]() | |
template<typename X > | |
bool | try_get (X &t) |
Request an item from the sender. More... | |
template<typename X > | |
bool | try_reserve (X &t) |
Reserves an item in the sender. More... | |
![]() | |
graph & | my_graph |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
Definition at line 2690 of file flow_graph.h.
typedef unfolded_type::input_ports_type tbb::flow::interface10::join_node< OutputTuple, reserving >::input_ports_type |
Definition at line 2696 of file flow_graph.h.
typedef OutputTuple tbb::flow::interface10::join_node< OutputTuple, reserving >::output_type |
Definition at line 2695 of file flow_graph.h.
|
private |
Definition at line 2693 of file flow_graph.h.
|
inlineexplicit |
Definition at line 2697 of file flow_graph.h.
|
inline |
Definition at line 2701 of file flow_graph.h.
|
staticprivate |
Definition at line 2692 of file flow_graph.h.