tbb::executable_node< Output > Class Template Reference

Implements an executable node that supports continue_msg -> Output. More...

#include <graph.h>

Inheritance diagram for tbb::executable_node< Output >:

tbb::graph_node tbb::continue_node List of all members.

Public Types

typedef continue_msg input_type
typedef Output output_type
typedef sender< input_typepredecessor_type
typedef receiver< output_type > successor_type

Public Member Functions

template<typename Body>
 executable_node (graph &g, Body body)
 Constructor for executable node with continue_msg -> Output.
template<typename Body>
 executable_node (graph &g, int number_of_predecessors, Body body)
 Constructor for executable node with continue_msg -> Output.

Protected Member Functions

internal::broadcast_cache<
output_type > & 
successors ()

Protected Attributes

internal::broadcast_cache<
output_type > 
my_successors

Detailed Description

template<typename Output>
class tbb::executable_node< Output >

Implements an executable node that supports continue_msg -> Output.


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.