tbb::flow::interface6::broadcast_node< T > Class Template Reference

Forwards messages of type T to all successors. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface6::broadcast_node< T >:

tbb::flow::interface6::graph_node tbb::flow::interface6::receiver< T > tbb::flow::interface6::sender< T > List of all members.

Public Types

typedef T input_type
 The input type of this receiver.
typedef T output_type
 The output type of this sender.
typedef sender< input_typepredecessor_type
 The predecessor type for this node.
typedef receiver< output_typesuccessor_type
 The successor type for this node.

Public Member Functions

 broadcast_node (const broadcast_node &)
virtual bool register_successor (receiver< T > &r)
 Adds a successor.
virtual bool remove_successor (receiver< T > &r)
 Removes s as a successor.
bool try_put (const T &t)
 Put an item to the receiver.

Detailed Description

template<typename T>
class tbb::flow::interface6::broadcast_node< T >

Forwards messages of type T to all successors.


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.