tbb::interface6::aggregator Class Reference

Basic aggregator interface. More...

#include <aggregator.h>

Inheritance diagram for tbb::interface6::aggregator:

tbb::interface6::aggregator_ext< handler_type > List of all members.

Public Member Functions

template<typename Body>
void execute (const Body &b)
 BASIC INTERFACE: Enter a function for exclusvie execution by the aggregator.

Detailed Description

Basic aggregator interface.


Member Function Documentation

template<typename Body>
void tbb::interface6::aggregator::execute ( const Body &  b  )  [inline]

BASIC INTERFACE: Enter a function for exclusvie execution by the aggregator.

The calling thread stores the function object in a basic_operation and places the operation in the aggregator's mailbox


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.