Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > > Class Template Reference

#include <_flow_graph_join_impl.h>

Inheritance diagram for internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >:
Collaboration diagram for internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >:

Public Types

typedef wrap_key_tuple_elements< 4, key_matching_port, key_matching< K, KHash >, OutputTuple >::type input_ports_type
 
typedef OutputTuple output_type
 
- Public Types inherited from 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

template<typename Body0 , typename Body1 , typename Body2 , typename Body3 >
 unfolded_join_node (graph &g, Body0 body0, Body1 body1, Body2 body2, Body3 body3)
 
 unfolded_join_node (const unfolded_join_node &other)
 
- Public Member Functions inherited from 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::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 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 tbb::flow::tuple< f0_p, f1_p, f2_p, f3_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 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...
 

Detailed Description

template<typename OutputTuple, typename K, typename KHash>
class internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >

Definition at line 1610 of file _flow_graph_join_impl.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 > internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::base_type
private

Definition at line 1620 of file _flow_graph_join_impl.h.

◆ f0_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T0, K>* internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::f0_p
private

Definition at line 1621 of file _flow_graph_join_impl.h.

◆ f1_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T1, K>* internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::f1_p
private

Definition at line 1622 of file _flow_graph_join_impl.h.

◆ f2_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T2, K>* internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::f2_p
private

Definition at line 1623 of file _flow_graph_join_impl.h.

◆ f3_p

template<typename OutputTuple , typename K , typename KHash >
typedef internal::type_to_key_function_body<T3, K>* internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::f3_p
private

Definition at line 1624 of file _flow_graph_join_impl.h.

◆ func_initializer_type

template<typename OutputTuple , typename K , typename KHash >
typedef tbb::flow::tuple< f0_p, f1_p, f2_p, f3_p > internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::func_initializer_type
private

Definition at line 1625 of file _flow_graph_join_impl.h.

◆ input_ports_type

template<typename OutputTuple , typename K , typename KHash >
typedef wrap_key_tuple_elements<4,key_matching_port,key_matching<K,KHash>,OutputTuple>::type internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::input_ports_type

Definition at line 1617 of file _flow_graph_join_impl.h.

◆ output_type

template<typename OutputTuple , typename K , typename KHash >
typedef OutputTuple internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::output_type

Definition at line 1618 of file _flow_graph_join_impl.h.

◆ T0

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

Definition at line 1612 of file _flow_graph_join_impl.h.

◆ T1

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

Definition at line 1613 of file _flow_graph_join_impl.h.

◆ T2

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

Definition at line 1614 of file _flow_graph_join_impl.h.

◆ T3

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

Definition at line 1615 of file _flow_graph_join_impl.h.

Constructor & Destructor Documentation

◆ unfolded_join_node() [1/2]

template<typename OutputTuple , typename K , typename KHash >
template<typename Body0 , typename Body1 , typename Body2 , typename Body3 >
internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::unfolded_join_node ( graph &  g,
Body0  body0,
Body1  body1,
Body2  body2,
Body3  body3 
)
inline

Definition at line 1638 of file _flow_graph_join_impl.h.

1638  : base_type(g,
1644  ) ) {
1645  __TBB_STATIC_ASSERT(tbb::flow::tuple_size<OutputTuple>::value == 4, "wrong number of body initializers");
1646  }
#define __TBB_STATIC_ASSERT(condition, msg)
Definition: tbb_stddef.h:553
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task __itt_model_task_instance ITT_FORMAT p void ITT_FORMAT p void ITT_FORMAT p void size_t ITT_FORMAT d void ITT_FORMAT p const wchar_t ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s no args void ITT_FORMAT p size_t ITT_FORMAT d no args const wchar_t const wchar_t ITT_FORMAT s __itt_heap_function void size_t int ITT_FORMAT d __itt_heap_function void ITT_FORMAT p __itt_heap_function void void size_t int ITT_FORMAT d no args no args unsigned int ITT_FORMAT u const __itt_domain __itt_id ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain __itt_id ITT_FORMAT p const __itt_domain __itt_id __itt_timestamp __itt_timestamp ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain ITT_FORMAT p const __itt_domain __itt_string_handle unsigned long long value
join_node_base< key_matching< K, KHash >, input_ports_type, output_type > base_type

References __TBB_STATIC_ASSERT, and value.

◆ unfolded_join_node() [2/2]

template<typename OutputTuple , typename K , typename KHash >
internal::unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > >::unfolded_join_node ( const unfolded_join_node< 4, key_matching_port, OutputTuple, key_matching< K, KHash > > &  other)
inline

Definition at line 1647 of file _flow_graph_join_impl.h.

1647 : base_type(other) {}
join_node_base< key_matching< K, KHash >, input_ports_type, output_type > base_type

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.