| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
Node base type. More...
#include <concurrent_hash_map.h>
Public Types | |
| typedef spin_rw_mutex | mutex_t | 
| Mutex type.  More... | |
| typedef mutex_t::scoped_lock | scoped_t | 
| Scoped lock type for mutex.  More... | |
Public Attributes | |
| hash_map_node_base * | next | 
| Next node in chain.  More... | |
| mutex_t | mutex | 
Additional Inherited Members | |
  Public Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
Node base type.
Definition at line 68 of file concurrent_hash_map.h.
Mutex type.
Definition at line 70 of file concurrent_hash_map.h.
Scoped lock type for mutex.
Definition at line 72 of file concurrent_hash_map.h.
| mutex_t tbb::interface5::internal::hash_map_node_base::mutex | 
Definition at line 75 of file concurrent_hash_map.h.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::erase().
| hash_map_node_base* tbb::interface5::internal::hash_map_node_base::next | 
Next node in chain.
Definition at line 74 of file concurrent_hash_map.h.
Referenced by tbb::interface5::internal::hash_map_base::add_to_bucket(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::clear(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::erase(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::exclude(), and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::rehash().