tbb::aggregator< AggregatorOperation > Class Template Reference

Aggregator abstract base class. More...

#include <graph.h>

List of all members.

Public Member Functions

void insert_operation (AggregatorOperation *op)
 Place operation in list and either handle list or wait for operation to complete.
virtual void handle_operations (AggregatorOperation *op_list)=0
 Handle all operations in op_list; must be defined by derived class.


Detailed Description

template<typename AggregatorOperation>
class tbb::aggregator< AggregatorOperation >

Aggregator abstract base class.

An aggregator for collecting operations coming from multiple sources and executing them serially on a single thread. AggregatorOperation must behave according to the aggregator_operation concept.


Member Function Documentation

template<typename AggregatorOperation>
virtual void tbb::aggregator< AggregatorOperation >::handle_operations ( AggregatorOperation *  op_list  )  [pure virtual]

Handle all operations in op_list; must be defined by derived class.

Must set status of each operation in op_list to either SUCCESS or FAILED


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.