tbb::continue_node Class Reference

Broadcasts completion message when it receives completion messages from all predecessors. Then resets. More...

#include <graph.h>

Inheritance diagram for tbb::continue_node:

tbb::executable_node< Output > tbb::graph_node List of all members.

Public Types

typedef continue_msg input_type
typedef continue_msg output_type
typedef sender< input_typepredecessor_type
typedef receiver< output_typesuccessor_type

Public Member Functions

 continue_node (graph &g)

Detailed Description

Broadcasts completion message when it receives completion messages from all predecessors. Then resets.

Is equivalent to an executable_node< continue_msg > with an empty_body


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.