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.
References tbb::internal::allocator_traits< Alloc >::deallocate(), tbb::internal::allocator_traits< Alloc >::destroy(), tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_alloc, and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_node.
|
inline |
Definition at line 640 of file concurrent_hash_map.h.
References tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_node.
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.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::~node_scoped_guard().
node* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_node |