Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_hash_map.h>
Public Member Functions | |
node_scoped_guard (node *n, node_allocator_type &alloc) | |
~node_scoped_guard () | |
void | dismiss () |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Public Attributes | |
node * | my_node |
node_allocator_type & | my_alloc |
Definition at line 629 of file concurrent_hash_map.h.
|
inline |
Definition at line 633 of file concurrent_hash_map.h.
|
inline |
Definition at line 634 of file concurrent_hash_map.h.
|
inline |
Definition at line 640 of file concurrent_hash_map.h.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::create_node().
node_allocator_type& tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_alloc |
Definition at line 631 of file concurrent_hash_map.h.
node* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_node |
Definition at line 630 of file concurrent_hash_map.h.