tbb::queue_node< T > Class Template Reference

Forwards messages in FIFO order. More...

#include <graph.h>

Inheritance diagram for tbb::queue_node< T >:

tbb::buffer_node< T > tbb::graph_node tbb::receiver< T > tbb::sender< T > tbb::priority_queue_node< T, Compare > tbb::sequencer_node< T > List of all members.

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_typepredecessor_type
 The predecessor type for this node.
typedef receiver< output_typesuccessor_type
 The successor type for this node.

Public Member Functions

 queue_node (graph &g)
 Constructor.

Protected Member Functions

void internal_forward (typename buffer_node< T >::buffer_operation *op)
 Tries to forward valid items to successors.
void internal_pop (typename buffer_node< T >::buffer_operation *op)
void internal_reserve (typename buffer_node< T >::buffer_operation *op)
void internal_consume (typename buffer_node< T >::buffer_operation *op)

Detailed Description

template<typename T>
class tbb::queue_node< T >

Forwards messages in FIFO order.


The documentation for this class was generated from the following file:

Copyright © 2005-2010 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.