|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_hash_map.h>
Public Member Functions | |
| node (const Key &key) | |
| node (const Key &key, const T &t) | |
| node (const Key &key, T &&t) | |
| node (value_type &&i) | |
| template<typename... Args> | |
| node (Args &&... args) | |
| node (const value_type &i) | |
| void * | operator new (size_t, node_allocator_type &a) |
| void | operator delete (void *ptr, node_allocator_type &a) |
Public Attributes | |
| value_type | item |
Definition at line 563 of file concurrent_hash_map.h.
|
inline |
Definition at line 565 of file concurrent_hash_map.h.
|
inline |
Definition at line 566 of file concurrent_hash_map.h.
|
inline |
Definition at line 568 of file concurrent_hash_map.h.
|
inline |
Definition at line 569 of file concurrent_hash_map.h.
|
inline |
Definition at line 572 of file concurrent_hash_map.h.
|
inline |
Definition at line 578 of file concurrent_hash_map.h.
|
inline |
Definition at line 588 of file concurrent_hash_map.h.
|
inline |
Definition at line 581 of file concurrent_hash_map.h.
References tbb::internal::eid_bad_alloc, and tbb::internal::throw_exception().
| value_type tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::item |
Definition at line 564 of file concurrent_hash_map.h.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::generic_emplace(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::internal_copy(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::internal_fast_find(), and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::search_bucket().