Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >:
Collaboration diagram for tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >:

Public Types

typedef wrap_key_tuple_elements< 9, key_matching_port, key_matching< K, KHash >, 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

 unfolded_join_node (graph &g)
 
template<typename Body0 , typename Body1 , typename Body2 , typename Body3 , typename Body4 , typename Body5 , typename Body6 , typename Body7 , typename Body8 >
 unfolded_join_node (graph &g, Body0 body0, Body1 body1, Body2 body2, Body3 body3, Body4 body4, Body5 body5, Body6 body6, Body7 body7, Body8 body8)
 
 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 tbb::flow::tuple_element< 0, OutputTuple >::type T0
 
typedef tbb::flow::tuple_element< 1, OutputTuple >::type T1
 
typedef tbb::flow::tuple_element< 2, OutputTuple >::type T2
 
typedef tbb::flow::tuple_element< 3, OutputTuple >::type T3
 
typedef tbb::flow::tuple_element< 4, OutputTuple >::type T4
 
typedef tbb::flow::tuple_element< 5, OutputTuple >::type T5
 
typedef tbb::flow::tuple_element< 6, OutputTuple >::type T6
 
typedef tbb::flow::tuple_element< 7, OutputTuple >::type T7
 
typedef tbb::flow::tuple_element< 8, OutputTuple >::type T8
 
typedef join_node_base< key_matching< K, KHash >, input_ports_type, output_typebase_type
 
typedef internal::type_to_key_function_body< T0, K > * f0_p
 
typedef internal::type_to_key_function_body< T1, K > * f1_p
 
typedef internal::type_to_key_function_body< T2, K > * f2_p
 
typedef internal::type_to_key_function_body< T3, K > * f3_p
 
typedef internal::type_to_key_function_body< T4, K > * f4_p
 
typedef internal::type_to_key_function_body< T5, K > * f5_p
 
typedef internal::type_to_key_function_body< T6, K > * f6_p
 
typedef internal::type_to_key_function_body< T7, K > * f7_p
 
typedef internal::type_to_key_function_body< T8, K > * f8_p
 
typedef tbb::flow::tuple< f0_p, f1_p, f2_p, f3_p, f4_p, f5_p, f6_p, f7_p, f8_pfunc_initializer_type
 

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::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >

Definition at line 1864 of file flow_graph.h.

Member Typedef Documentation

◆ base_type

template<typename OutputTuple , typename K , typename KHash >
typedef join_node_base<key_matching<K,KHash> , input_ports_type, output_type > tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::base_type
private

Definition at line 1879 of file flow_graph.h.

◆ f0_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T0, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f0_p
private

Definition at line 1880 of file flow_graph.h.

◆ f1_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T1, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f1_p
private

Definition at line 1881 of file flow_graph.h.

◆ f2_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T2, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f2_p
private

Definition at line 1882 of file flow_graph.h.

◆ f3_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T3, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f3_p
private

Definition at line 1883 of file flow_graph.h.

◆ f4_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T4, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f4_p
private

Definition at line 1884 of file flow_graph.h.

◆ f5_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T5, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f5_p
private

Definition at line 1885 of file flow_graph.h.

◆ f6_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T6, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f6_p
private

Definition at line 1886 of file flow_graph.h.

◆ f7_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T7, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f7_p
private

Definition at line 1887 of file flow_graph.h.

◆ f8_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T8, K>* tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::f8_p
private

Definition at line 1888 of file flow_graph.h.

◆ func_initializer_type

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple< f0_p, f1_p, f2_p, f3_p, f4_p, f5_p, f6_p, f7_p, f8_p > tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::func_initializer_type
private

Definition at line 1889 of file flow_graph.h.

◆ input_ports_type

template<typename OutputTuple , typename K , typename KHash >
typedef wrap_key_tuple_elements<9,key_matching_port,key_matching<K,KHash>,OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::input_ports_type

Definition at line 1876 of file flow_graph.h.

◆ output_type

template<typename OutputTuple , typename K , typename KHash >
typedef OutputTuple tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::output_type

Definition at line 1877 of file flow_graph.h.

◆ T0

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<0, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T0
private

Definition at line 1866 of file flow_graph.h.

◆ T1

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<1, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T1
private

Definition at line 1867 of file flow_graph.h.

◆ T2

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<2, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T2
private

Definition at line 1868 of file flow_graph.h.

◆ T3

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<3, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T3
private

Definition at line 1869 of file flow_graph.h.

◆ T4

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<4, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T4
private

Definition at line 1870 of file flow_graph.h.

◆ T5

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<5, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T5
private

Definition at line 1871 of file flow_graph.h.

◆ T6

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<6, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T6
private

Definition at line 1872 of file flow_graph.h.

◆ T7

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<7, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T7
private

Definition at line 1873 of file flow_graph.h.

◆ T8

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple_element<8, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::T8
private

Definition at line 1874 of file flow_graph.h.

Constructor & Destructor Documentation

◆ unfolded_join_node() [1/3]

template<typename OutputTuple , typename K , typename KHash >
tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::unfolded_join_node ( graph g)
inline

Definition at line 1892 of file flow_graph.h.

1897  : public graph_node, public receiver<T>, public sender<T> {
1898 public:
1899  typedef T input_type;
1900  typedef T output_type;
1901  typedef typename receiver<input_type>::predecessor_type predecessor_type;
1903 #if TBB_DEPRECATED_FLOW_NODE_EXTRACTION
1904  typedef typename receiver<input_type>::predecessor_list_type predecessor_list_type;
untyped_receiver successor_type
The successor type for this node.
Definition: flow_graph.h:310
sender< output_type >::successor_type successor_type
Definition: flow_graph.h:1271
untyped_sender predecessor_type
The predecessor type for this node.
Definition: flow_graph.h:369

◆ unfolded_join_node() [2/3]

template<typename OutputTuple , typename K , typename KHash >
template<typename Body0 , typename Body1 , typename Body2 , typename Body3 , typename Body4 , typename Body5 , typename Body6 , typename Body7 , typename Body8 >
tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::unfolded_join_node ( graph g,
Body0  body0,
Body1  body1,
Body2  body2,
Body3  body3,
Body4  body4,
Body5  body5,
Body6  body6,
Body7  body7,
Body8  body8 
)
inline

Definition at line 1908 of file flow_graph.h.

1913  :
1914 
1915  __TBB_NOINLINE_SYM explicit broadcast_node(graph& g) : graph_node(g) {
1916  my_successors.set_owner( this );
1917  tbb::internal::fgt_node( CODEPTR(), tbb::internal::FLOW_BROADCAST_NODE, &this->my_graph,
1918  static_cast<receiver<input_type> *>(this), static_cast<sender<output_type> *>(this) );
1919  }
1920 
1921 #if __TBB_PREVIEW_FLOW_GRAPH_NODE_SET
#define __TBB_NOINLINE_SYM
Definition: flow_graph.h:46
#define CODEPTR()
static void fgt_node(void *, string_index, void *, void *)
broadcast_cache< output_type, null_rw_mutex > my_successors
Definition: flow_graph.h:1475
void set_owner(owner_type *owner)

◆ unfolded_join_node() [3/3]

template<typename OutputTuple , typename K , typename KHash >
tbb::flow::interface11::internal::unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > >::unfolded_join_node ( const unfolded_join_node< 9, key_matching_port, OutputTuple, key_matching< K, KHash > > &  other)
inline

Definition at line 1922 of file flow_graph.h.

1923 : broadcast_node(nodes.graph_reference()) {

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.