Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard Struct Reference

#include <concurrent_hash_map.h>

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

Public Member Functions

 node_scoped_guard (node *n, node_allocator_type &alloc)
 
 ~node_scoped_guard ()
 
void dismiss ()
 
- Public Member Functions inherited from tbb::internal::no_copy
 no_copy (const no_copy &)=delete
 
 no_copy ()=default
 

Public Attributes

nodemy_node
 
node_allocator_typemy_alloc
 

Detailed Description

template<typename Key, typename T, typename HashCompare, typename Allocator>
struct tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard

Definition at line 629 of file concurrent_hash_map.h.

Constructor & Destructor Documentation

◆ node_scoped_guard()

template<typename Key, typename T, typename HashCompare, typename Allocator>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::node_scoped_guard ( node n,
node_allocator_type alloc 
)
inline

◆ ~node_scoped_guard()

template<typename Key, typename T, typename HashCompare, typename Allocator>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::~node_scoped_guard ( )
inline

Member Function Documentation

◆ dismiss()

template<typename Key, typename T, typename HashCompare, typename Allocator>
void tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::dismiss ( )
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().

Here is the caller graph for this function:

Member Data Documentation

◆ my_alloc

template<typename Key, typename T, typename HashCompare, typename Allocator>
node_allocator_type& tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_alloc

◆ my_node

template<typename Key, typename T, typename HashCompare, typename Allocator>
node* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node_scoped_guard::my_node

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.