tbb::interface6::internal::aggregator< handler_type, operation_type > Class Template Reference

Aggregator base class. More...

#include <_aggregator_internal.h>

List of all members.

Public Member Functions

void initialize_handler (handler_type h)
void execute (operation_type *op)
 Place operation in list.


Detailed Description

template<typename handler_type, typename operation_type>
class tbb::interface6::internal::aggregator< handler_type, operation_type >

Aggregator base class.

An aggregator for collecting operations coming from multiple sources and executing them serially on a single thread. operation_type must be derived from aggregated_operation. The parameter handler_type is a functor that will be passed the list of operations and is expected to handle each operation appropriately, setting the status of each operation to non-zero.


Member Function Documentation

template<typename handler_type, typename operation_type>
void tbb::interface6::internal::aggregator< handler_type, operation_type >::execute ( operation_type *  op  )  [inline]

Place operation in list.

Place operation in list and either handle list or wait for operation to complete.


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

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