#include <flow_graph.h>
Inheritance diagram for tbb::flow::interface6::queue_node< T, A >:

| 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_type > | predecessor_type | 
| The predecessor type for this node. | |
| typedef receiver< output_type > | successor_type | 
| The successor type for this node. | |
| Public Member Functions | |
| queue_node (graph &g) | |
| Constructor. | |
| queue_node (const queue_node &src) | |
| Copy constructor. | |
| Protected Types | |
| typedef buffer_node< T, A >::size_type | size_type | 
| typedef buffer_node< T, A >::buffer_operation | queue_operation | 
| WAIT = 0 | |
| SUCCEEDED | |
| FAILED | |
| enum | op_stat { WAIT = 0, SUCCEEDED, FAILED } | 
| Protected Member Functions | |
| void | internal_forward_task (queue_operation *op) | 
| Tries to forward valid items to successors. | |
| void | internal_pop (queue_operation *op) | 
| void | internal_reserve (queue_operation *op) | 
| void | internal_consume (queue_operation *op) |