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

#include <concurrent_hash_map.h>

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

Definition at line 616 of file concurrent_hash_map.h.

Member Function Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
value_type* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::node::storage ( )
inline

Member Data Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
tbb::aligned_space<value_type> tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::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.