Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP > Class Template Reference

unfolded_join_node : passes input_ports_type to join_node_base. We build the input port type More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >:
Collaboration diagram for tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >:

Public Types

typedef wrap_tuple_elements< N, PT, 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)
 
 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 join_node_base< JP, input_ports_type, output_typebase_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<int N, template< class > class PT, typename OutputTuple, typename JP>
class tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >

unfolded_join_node : passes input_ports_type to join_node_base. We build the input port type

Definition at line 1508 of file flow_graph.h.

Member Typedef Documentation

◆ base_type

template<int N, template< class > class PT, typename OutputTuple, typename JP>
typedef join_node_base<JP, input_ports_type, output_type > tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >::base_type
private

Definition at line 1513 of file flow_graph.h.

◆ input_ports_type

template<int N, template< class > class PT, typename OutputTuple, typename JP>
typedef wrap_tuple_elements<N, PT, OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >::input_ports_type

Definition at line 1510 of file flow_graph.h.

◆ output_type

template<int N, template< class > class PT, typename OutputTuple, typename JP>
typedef OutputTuple tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >::output_type

Definition at line 1511 of file flow_graph.h.

Constructor & Destructor Documentation

◆ unfolded_join_node() [1/2]

template<int N, template< class > class PT, typename OutputTuple, typename JP>
tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >::unfolded_join_node ( graph g)
inline

Definition at line 1515 of file flow_graph.h.

◆ unfolded_join_node() [2/2]

template<int N, template< class > class PT, typename OutputTuple, typename JP>
tbb::flow::interface11::internal::unfolded_join_node< N, PT, OutputTuple, JP >::unfolded_join_node ( const unfolded_join_node< N, PT, OutputTuple, JP > &  other)
inline

Definition at line 1516 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.