Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >:
Collaboration diagram for tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >:

Public Types

typedef OutputTuple output_type
 
typedef unfolded_type::input_ports_type input_ports_type
 
- Public Types inherited from tbb::flow::interface11::internal::unfolded_join_node< tbb::flow::tuple_size< OutputTuple >::value, key_matching_port, OutputTuple, key_matching< K, KHash > >
typedef wrap_tuple_elements< N, key_matching_port, OutputTuple >::type input_ports_type
 
typedef OutputTuple output_type
 
- Public Types inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple >
typedef OutputTuple output_type
 
typedef sender< output_type >::successor_type successor_type
 
typedef join_node_FE< JP, InputTuple, OutputTuple > input_ports_type
 
- Public Types inherited from tbb::flow::interface11::internal::untyped_sender
typedef untyped_receiver successor_type
 The successor type for this node. More...
 

Public Member Functions

 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)
 
- Public Member Functions inherited from tbb::flow::interface11::internal::unfolded_join_node< tbb::flow::tuple_size< OutputTuple >::value, key_matching_port, OutputTuple, key_matching< K, KHash > >
 unfolded_join_node (graph &g)
 
 unfolded_join_node (const unfolded_join_node &other)
 
- Public Member Functions inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple >
 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...
 
- Public Member Functions inherited from tbb::flow::interface11::graph_node
 graph_node (graph &g)
 
virtual ~graph_node ()
 
- Public Member Functions inherited from tbb::flow::interface11::sender< OutputTuple >
virtual bool try_reserve (OutputTuple &)
 Reserves an item in the sender. More...
 
- Public Member Functions inherited from tbb::flow::interface11::internal::untyped_sender
virtual ~untyped_sender ()
 
virtual bool try_release ()
 Releases the reserved item. More...
 
virtual bool try_consume ()
 Consumes the reserved item. More...
 

Private Types

typedef internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
 

Static Private Attributes

static const int N = tbb::flow::tuple_size<OutputTuple>::value
 

Additional Inherited Members

- Public Attributes inherited from tbb::flow::interface11::sender< OutputTuple >
__TBB_DEPRECATED typedef OutputTuple output_type
 The output type of this sender. More...
 
__TBB_DEPRECATED typedef internal::async_helpers< OutputTuple >::filtered_type filtered_type
 
- Protected Member Functions inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple >
void reset_node (reset_flags f) __TBB_override
 
- Protected Member Functions inherited from tbb::flow::interface11::sender< OutputTuple >
virtual bool try_get_wrapper (void *p, bool is_async) __TBB_override
 
virtual bool try_reserve_wrapper (void *p, bool is_async) __TBB_override
 
- Protected Member Functions inherited from tbb::flow::interface11::internal::untyped_sender
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...
 
- Protected Attributes inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple >
graphmy_graph
 
- Protected Attributes inherited from tbb::flow::interface11::graph_node
graphmy_graph
 
graph_nodenext
 
graph_nodeprev
 

Detailed Description

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.

Member Typedef Documentation

◆ input_ports_type

template<typename OutputTuple , typename K , typename KHash >
typedef unfolded_type::input_ports_type tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::input_ports_type

Definition at line 3366 of file flow_graph.h.

◆ output_type

template<typename OutputTuple , typename K , typename KHash >
typedef OutputTuple tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::output_type

Definition at line 3365 of file flow_graph.h.

◆ unfolded_type

template<typename OutputTuple , typename K , typename KHash >
typedef internal::unfolded_join_node<N, key_matching_port, OutputTuple, key_matching<K,KHash> > tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::unfolded_type
private

Definition at line 3363 of file flow_graph.h.

Constructor & Destructor Documentation

◆ join_node() [1/11]

template<typename OutputTuple , typename K , typename KHash >
tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g)
inline

Definition at line 3369 of file flow_graph.h.

3369 : unfolded_type(g) {}
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

◆ join_node() [2/11]

template<typename OutputTuple , typename K , typename KHash >
template<typename __TBB_B0 , typename __TBB_B1 >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g,
__TBB_B0  b0,
__TBB_B1  b1 
)
inline

Definition at line 3382 of file flow_graph.h.

3382  : unfolded_type(g, b0, b1) {
3383  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3384  this->input_ports(), static_cast< sender< output_type > *>(this) );
3385  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [3/11]

template<typename OutputTuple , typename K , typename KHash >
template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g,
__TBB_B0  b0,
__TBB_B1  b1,
__TBB_B2  b2 
)
inline

Definition at line 3387 of file flow_graph.h.

3387  : unfolded_type(g, b0, b1, b2) {
3388  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3389  this->input_ports(), static_cast< sender< output_type > *>(this) );
3390  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [4/11]

template<typename OutputTuple , typename K , typename KHash >
template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g,
__TBB_B0  b0,
__TBB_B1  b1,
__TBB_B2  b2,
__TBB_B3  b3 
)
inline

Definition at line 3392 of file flow_graph.h.

3392  : unfolded_type(g, b0, b1, b2, b3) {
3393  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3394  this->input_ports(), static_cast< sender< output_type > *>(this) );
3395  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [5/11]

template<typename OutputTuple , typename K , typename KHash >
template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g,
__TBB_B0  b0,
__TBB_B1  b1,
__TBB_B2  b2,
__TBB_B3  b3,
__TBB_B4  b4 
)
inline

Definition at line 3397 of file flow_graph.h.

3397  :
3398  unfolded_type(g, b0, b1, b2, b3, b4) {
3399  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3400  this->input_ports(), static_cast< sender< output_type > *>(this) );
3401  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [6/11]

template<typename OutputTuple , typename K , typename KHash >
template<typename __TBB_B0 , typename __TBB_B1 , typename __TBB_B2 , typename __TBB_B3 , typename __TBB_B4 , typename __TBB_B5 >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( graph g,
__TBB_B0  b0,
__TBB_B1  b1,
__TBB_B2  b2,
__TBB_B3  b3,
__TBB_B4  b4,
__TBB_B5  b5 
)
inline

Definition at line 3405 of file flow_graph.h.

3405  :
3406  unfolded_type(g, b0, b1, b2, b3, b4, b5) {
3407  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3408  this->input_ports(), static_cast< sender< output_type > *>(this) );
3409  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [7/11]

template<typename OutputTuple , typename K , typename KHash >
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 tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::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 
)
inline

Definition at line 3414 of file flow_graph.h.

3414  :
3415  unfolded_type(g, b0, b1, b2, b3, b4, b5, b6) {
3416  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3417  this->input_ports(), static_cast< sender< output_type > *>(this) );
3418  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [8/11]

template<typename OutputTuple , typename K , typename KHash >
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 tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::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 
)
inline

Definition at line 3423 of file flow_graph.h.

3424  : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7) {
3425  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3426  this->input_ports(), static_cast< sender< output_type > *>(this) );
3427  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [9/11]

template<typename OutputTuple , typename K , typename KHash >
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 tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::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 
)
inline

Definition at line 3432 of file flow_graph.h.

3433  : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7, b8) {
3434  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3435  this->input_ports(), static_cast< sender< output_type > *>(this) );
3436  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [10/11]

template<typename OutputTuple , typename K , typename KHash >
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 tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::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 
)
inline

Definition at line 3441 of file flow_graph.h.

3442  : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9) {
3443  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3444  this->input_ports(), static_cast< sender< output_type > *>(this) );
3445  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

◆ join_node() [11/11]

template<typename OutputTuple , typename K , typename KHash >
__TBB_NOINLINE_SYM tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::join_node ( const join_node< OutputTuple, key_matching< K, KHash > > &  other)
inline

Definition at line 3456 of file flow_graph.h.

3456  : unfolded_type(other) {
3457  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_JOIN_NODE_TAG_MATCHING, &this->my_graph,
3458  this->input_ports(), static_cast< sender< output_type > *>(this) );
3459  }
#define CODEPTR()
internal::unfolded_join_node< N, key_matching_port, OutputTuple, key_matching< K, KHash > > unfolded_type
Definition: flow_graph.h:3363

References CODEPTR.

Member Data Documentation

◆ N

template<typename OutputTuple , typename K , typename KHash >
const int tbb::flow::interface11::join_node< OutputTuple, key_matching< K, KHash > >::N = tbb::flow::tuple_size<OutputTuple>::value
staticprivate

Definition at line 3362 of file flow_graph.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.