#include <graph.h>
Inheritance diagram for tbb::internal::join_node_base< JP, InputTuple, OutputTuple >:

Public Types | |
| typedef OutputTuple | output_type |
| The output type of this sender. | |
| typedef receiver< output_type > | successor_type |
| The successor type for this node. | |
|
typedef join_node_FE< JP, InputTuple, OutputTuple > | input_ports_type |
Public Member Functions | |
| join_node_base (graph &g) | |
| bool | register_successor (successor_type &r) |
| template<size_t N> | |
| receiver< typename std::tuple_element< N, OutputTuple >::value > & | input_port (void) |
| bool | remove_successor (successor_type &r) |
| bool | try_get (output_type &v) |
| Request an item from the sender. | |
Friends | |
| class | forward_task< join_node_base< JP, InputTuple, OutputTuple > > |