tbb::combinable< T > Class Template Reference
[Containers]

Thread-local storage with optional reduction. More...

#include <combinable.h>

List of all members.

Public Member Functions

template<typename finit>
 combinable (finit _finit)
 ~combinable ()
 destructor
 combinable (const combinable &other)
combinableoperator= (const combinable &other)
void clear ()
T & local ()
T & local (bool &exists)
template<typename FCombine>
combine (FCombine fcombine)
template<typename FCombine>
void combine_each (FCombine fcombine)


Detailed Description

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

Thread-local storage with optional reduction.


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

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