| 
|   | join_node (graph &g) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 , typename __TBB_B6 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 , typename __TBB_B6 , typename __TBB_B7 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, __TBB_B7 b7) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 , typename __TBB_B6 , typename __TBB_B7 , typename __TBB_B8 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, __TBB_B7 b7, __TBB_B8 b8) | 
|   | 
| template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 , typename __TBB_B6 , typename __TBB_B7 , typename __TBB_B8 , typename __TBB_B9 >  | 
| __TBB_NOINLINE_SYM  | join_node (graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, __TBB_B7 b7, __TBB_B8 b8, __TBB_B9 b9) | 
|   | 
| __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 | 
|   | Add a new successor to this node.  More...
  | 
|   | 
| bool  | remove_successor (successor_type &r) __TBB_override | 
|   | Removes a successor from this node.  More...
  | 
|   | 
| bool  | try_get (output_type &v) __TBB_override | 
|   | Request an item from the sender.  More...
  | 
|   | 
|   | graph_node (graph &g) | 
|   | 
| virtual  | ~graph_node () | 
|   | 
| virtual bool  | try_reserve (OutputTuple &) | 
|   | Reserves an item in the sender.  More...
  | 
|   | 
| virtual  | ~untyped_sender () | 
|   | 
| virtual bool  | try_release () | 
|   | Releases the reserved item.  More...
  | 
|   | 
| virtual bool  | try_consume () | 
|   | Consumes the reserved item.  More...
  | 
|   | 
template<typename OutputTuple, typename K, typename KHash>
class tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >
Definition at line 3359 of file flow_graph.h.