Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node Class Reference

#include <concurrent_hash_map.h>

Inheritance diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node:
Collaboration diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node:

Public Member Functions

value_typestorage ()
 
value_typevalue ()
 
- Public Member Functions inherited from tbb::internal::no_copy
 no_copy (const no_copy &)=delete
 
 no_copy ()=default
 

Private Attributes

tbb::aligned_space< value_typemy_value
 

Additional Inherited Members

- Public Types inherited from tbb::interface5::internal::hash_map_node_base
typedef spin_rw_mutex mutex_t
 Mutex type. More...
 
typedef mutex_t::scoped_lock scoped_t
 Scoped lock type for mutex. More...
 
- Public Attributes inherited from tbb::interface5::internal::hash_map_node_base
hash_map_node_basenext
 Next node in chain. More...
 
mutex_t mutex
 

Detailed Description

template<typename Key, typename T, typename HashCompare, typename Allocator>
class tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node

Definition at line 616 of file concurrent_hash_map.h.

Member Function Documentation

◆ storage()

template<typename Key , typename T , typename HashCompare , typename Allocator >
value_type* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::storage ( )
inline

◆ value()

template<typename Key , typename T , typename HashCompare , typename Allocator >
value_type& tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::value ( )
inline

Member Data Documentation

◆ my_value

template<typename Key , typename T , typename HashCompare , typename Allocator >
tbb::aligned_space<value_type> tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::my_value
private

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

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