Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "internal/_warning_suppress_enable_notice.h"
#include "atomic.h"
#include "concurrent_vector.h"
#include "tbb_thread.h"
#include "tbb_allocator.h"
#include "cache_aligned_allocator.h"
#include "aligned_space.h"
#include "internal/_template_helpers.h"
#include "internal/_tbb_hash_compare_impl.h"
#include "tbb_profiling.h"
#include <string.h>
#include <pthread.h>
#include "internal/_warning_suppress_disable_notice.h"
Go to the source code of this file.
Classes | |
class | tbb::interface6::enumerable_thread_specific< T, Allocator, ETS_key_type > |
The enumerable_thread_specific container. More... | |
class | tbb::interface6::enumerable_thread_specific< T, Allocator, ETS_key_type > |
The enumerable_thread_specific container. More... | |
class | tbb::interface6::enumerable_thread_specific< T, Allocator, ETS_key_type >::generic_range_type< I > |
A generic range, used to create range objects from the iterators. More... | |
class | tbb::interface6::flattened2d< Container > |
Namespaces | |
tbb | |
The graph class. | |
tbb::interface6 | |
tbb::internal | |
Identifiers declared inside namespace internal should never be used directly by client code. | |
Macros | |
#define | __TBB_enumerable_thread_specific_H_include_area |
#define | __TBB_ETS_USE_CPP11 |
Enumerations | |
enum | tbb::ets_key_usage_type { tbb::ets_key_per_instance, tbb::ets_no_key } |
enum for selecting between single key and key-per-instance versions More... | |
Functions | |
template<typename Container > | |
flattened2d< Container > | tbb::interface6::flatten2d (const Container &c, const typename Container::const_iterator b, const typename Container::const_iterator e) |
template<typename Container > | |
flattened2d< Container > | tbb::interface6::flatten2d (const Container &c) |
#define __TBB_enumerable_thread_specific_H_include_area |
Definition at line 20 of file enumerable_thread_specific.h.
#define __TBB_ETS_USE_CPP11 |
Definition at line 44 of file enumerable_thread_specific.h.