tbb::flow::interface6::sequencer_node< T, A > Class Template Reference

Forwards messages in sequence order. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface6::sequencer_node< T, A >:

tbb::flow::interface6::queue_node< T, A > tbb::flow::interface6::buffer_node< T, A > tbb::flow::interface6::graph_node tbb::flow::interface6::receiver< T > tbb::flow::interface6::sender< 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

template<typename Sequencer>
 sequencer_node (graph &g, const Sequencer &s)
 Constructor.
 sequencer_node (const sequencer_node &src)
 Copy constructor.
 ~sequencer_node ()
 Destructor.

Protected Types

typedef buffer_node< T, A
>::size_type 
size_type
typedef buffer_node< T, A
>::buffer_operation 
sequencer_operation
 WAIT = 0
 SUCCEEDED
 FAILED
enum  op_stat { WAIT = 0, SUCCEEDED, FAILED }

Detailed Description

template<typename T, typename A = cache_aligned_allocator<T>>
class tbb::flow::interface6::sequencer_node< T, A >

Forwards messages in sequence order.


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

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