Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_hash_map.h>
Public Member Functions | |
value_type * | storage () |
value_type & | value () |
Private Attributes | |
tbb::aligned_space< value_type > | my_value |
Definition at line 616 of file concurrent_hash_map.h.
|
inline |
Definition at line 619 of file concurrent_hash_map.h.
References tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::my_value.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::create_node(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::internal_fast_find(), and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::value().
|
inline |
Definition at line 620 of file concurrent_hash_map.h.
References tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::storage().
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 >::const_accessor::operator *(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor::operator *(), and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::search_bucket().
|
private |
Definition at line 617 of file concurrent_hash_map.h.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::storage().