#include <graph.h>
Inheritance diagram for tbb::executable_node< Output >:
Public Types | |
typedef continue_msg | input_type |
typedef Output | output_type |
typedef sender< input_type > | predecessor_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 |