tbb::internal::join_node_base< JP, InputTuple, OutputTuple > Class Template Reference

join_node_base More...

#include <graph.h>

Inheritance diagram for tbb::internal::join_node_base< JP, InputTuple, OutputTuple >:

tbb::graph_node tbb::sender< OutputTuple > List of all members.

Public Types

typedef OutputTuple output_type
 The output type of this sender.
typedef receiver< output_typesuccessor_type
 The successor type for this node.
typedef join_node_FE< JP,
InputTuple, OutputTuple > 
input_ports_type

Public Member Functions

 join_node_base (graph &g)
bool register_successor (successor_type &r)
template<size_t N>
receiver< typename std::tuple_element<
N, OutputTuple >::value > & 
input_port (void)
bool remove_successor (successor_type &r)
bool try_get (output_type &v)
 Request an item from the sender.

Friends

class forward_task< join_node_base< JP, InputTuple, OutputTuple > >

Detailed Description

template<join_policy JP, typename InputTuple, typename OutputTuple>
class tbb::internal::join_node_base< JP, InputTuple, OutputTuple >

join_node_base


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

Copyright © 2005-2011 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.