Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef OutputTuple | output_type |
typedef unfolded_type::input_ports_type | input_ports_type |
![]() | |
typedef wrap_tuple_elements< N, reserving_port, OutputTuple >::type | input_ports_type |
typedef OutputTuple | output_type |
![]() | |
typedef OutputTuple | output_type |
typedef sender< output_type >::successor_type | successor_type |
typedef join_node_FE< JP, InputTuple, OutputTuple > | input_ports_type |
Public Member Functions | |
__TBB_NOINLINE_SYM | join_node (graph &g) |
__TBB_NOINLINE_SYM | join_node (const join_node &other) |
![]() | |
unfolded_join_node (graph &g) | |
unfolded_join_node (const unfolded_join_node &other) | |
![]() | |
join_node_base (graph &g) | |
join_node_base (const join_node_base &other) | |
template<typename FunctionTuple > | |
join_node_base (graph &g, FunctionTuple f) | |
bool | register_successor (successor_type &r) __TBB_override |
bool | remove_successor (successor_type &r) __TBB_override |
bool | try_get (output_type &v) __TBB_override |
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 |
Definition at line 3283 of file flow_graph.h.
typedef unfolded_type::input_ports_type tbb::flow::interface11::join_node< OutputTuple, reserving >::input_ports_type |
Definition at line 3289 of file flow_graph.h.
typedef OutputTuple tbb::flow::interface11::join_node< OutputTuple, reserving >::output_type |
Definition at line 3288 of file flow_graph.h.
|
private |
Definition at line 3286 of file flow_graph.h.
|
inlineexplicit |
Definition at line 3290 of file flow_graph.h.
References CODEPTR.
|
inline |
Definition at line 3302 of file flow_graph.h.
References CODEPTR.
|
staticprivate |
Definition at line 3285 of file flow_graph.h.