Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface5::internal::hash_map_node_base Struct Reference

Node base type. More...

#include <concurrent_hash_map.h>

Inheritance diagram for tbb::interface5::internal::hash_map_node_base:
Collaboration diagram for tbb::interface5::internal::hash_map_node_base:

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_basenext
 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
 

Detailed Description

Node base type.

Definition at line 68 of file concurrent_hash_map.h.

Member Typedef Documentation

◆ mutex_t

◆ scoped_t

Scoped lock type for mutex.

Definition at line 72 of file concurrent_hash_map.h.

Member Data Documentation

◆ mutex

mutex_t tbb::interface5::internal::hash_map_node_base::mutex

◆ next


The documentation for this struct 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.