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 Class Reference

#include <concurrent_hash_map.h>

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

Public Member Functions

value_typestorage ()
 
value_typevalue ()
 

Private Attributes

tbb::aligned_space< value_typemy_value
 

Detailed Description

template<typename Key, typename T, typename HashCompare, typename Allocator>
class tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node

Definition at line 616 of file concurrent_hash_map.h.

Member Function Documentation

◆ storage()

template<typename Key, typename T, typename HashCompare, typename Allocator>
value_type* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::storage ( )
inline

◆ value()

template<typename Key, typename T, typename HashCompare, typename Allocator>
value_type& tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::value ( )
inline

Member Data Documentation

◆ my_value

template<typename Key, typename T, typename HashCompare, typename Allocator>
tbb::aligned_space<value_type> tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node::my_value
private

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