Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard Struct Reference

#include <concurrent_hash_map.h>

Inheritance diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard:
Collaboration diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::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 = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
struct tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard

Definition at line 629 of file concurrent_hash_map.h.

Constructor & Destructor Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard::node_scoped_guard ( node n,
node_allocator_type alloc 
)
inline
template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard::~node_scoped_guard ( )
inline

Member Function Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
void tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard::dismiss ( )
inline

Member Data Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
node_allocator_type& tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node_scoped_guard::my_alloc
template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
node* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::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.