Implements a function node that supports Input -> Output. More...
#include <flow_graph.h>
  
 Public Types | |
| typedef Input | input_type | 
| typedef Output | output_type | 
| typedef sender< input_type > | predecessor_type | 
| typedef receiver< output_type > | successor_type | 
| 
typedef  internal::function_input < input_type, output_type, Allocator >  | fInput_type | 
| 
typedef  internal::function_input_queue < input_type, Allocator >  | queue_type | 
| 
typedef  internal::function_output < output_type >  | fOutput_type | 
Public Member Functions | |
| template<typename Body > | |
| function_node (graph &g, size_t concurrency, Body body) | |
| Constructor.  | |
| function_node (const function_node &src) | |
| Copy constructor.  | |
| void | set_name (const char *name) | 
  Public Member Functions inherited from tbb::flow::interface7::graph_node | |
| graph_node (graph &g) | |
Protected Member Functions | |
| void | reset () | 
| 
internal::broadcast_cache < output_type > &  | successors () | 
Additional Inherited Members | |
  Protected Attributes inherited from tbb::flow::interface7::graph_node | |
| graph & | my_graph | 
| graph_node * | next | 
| graph_node * | prev | 
Implements a function node that supports Input -> Output.