Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping > Class Template Reference

#include <concurrent_unordered_set.h>

Inheritance diagram for tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >:
Collaboration diagram for tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >:

Protected Types

enum  { allow_multimapping = Allow_multimapping }
 
typedef Key value_type
 
typedef Key key_type
 
typedef Hash_compare hash_compare
 
typedef tbb::internal::allocator_rebind< Allocator, value_type >::type allocator_type
 
typedef tbb::internal::node_handle< key_type, key_type, typename internal::split_ordered_list< key_type, allocator_type >::node, allocator_typenode_type
 

Protected Member Functions

 concurrent_unordered_set_traits ()
 
 concurrent_unordered_set_traits (const hash_compare &hc)
 

Static Protected Member Functions

static const Key & get_key (const value_type &value)
 

Protected Attributes

hash_compare my_hash_compare
 

Detailed Description

template<typename Key, typename Hash_compare, typename Allocator, bool Allow_multimapping>
class tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >

Definition at line 35 of file concurrent_unordered_set.h.

Member Typedef Documentation

◆ allocator_type

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
typedef tbb::internal::allocator_rebind<Allocator, value_type>::type tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::allocator_type
protected

Definition at line 41 of file concurrent_unordered_set.h.

◆ hash_compare

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
typedef Hash_compare tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::hash_compare
protected

Definition at line 40 of file concurrent_unordered_set.h.

◆ key_type

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
typedef Key tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::key_type
protected

Definition at line 39 of file concurrent_unordered_set.h.

◆ node_type

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
typedef tbb::internal::node_handle<key_type, key_type, typename internal::split_ordered_list<key_type, allocator_type>::node, allocator_type> tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::node_type
protected

Definition at line 45 of file concurrent_unordered_set.h.

◆ value_type

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
typedef Key tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::value_type
protected

Definition at line 38 of file concurrent_unordered_set.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
anonymous enum
protected
Enumerator
allow_multimapping 

Definition at line 48 of file concurrent_unordered_set.h.

Constructor & Destructor Documentation

◆ concurrent_unordered_set_traits() [1/2]

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::concurrent_unordered_set_traits ( )
inlineprotected

◆ concurrent_unordered_set_traits() [2/2]

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::concurrent_unordered_set_traits ( const hash_compare hc)
inlineprotected

Member Function Documentation

◆ get_key()

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
static const Key& tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::get_key ( const value_type value)
inlinestaticprotected

Definition at line 53 of file concurrent_unordered_set.h.

53  {
54  return value;
55  }
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task __itt_model_task_instance ITT_FORMAT p void ITT_FORMAT p void ITT_FORMAT p void size_t ITT_FORMAT d void ITT_FORMAT p const wchar_t ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s no args void ITT_FORMAT p size_t ITT_FORMAT d no args const wchar_t const wchar_t ITT_FORMAT s __itt_heap_function void size_t int ITT_FORMAT d __itt_heap_function void ITT_FORMAT p __itt_heap_function void void size_t int ITT_FORMAT d no args no args unsigned int ITT_FORMAT u const __itt_domain __itt_id ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain __itt_id ITT_FORMAT p const __itt_domain __itt_id __itt_timestamp __itt_timestamp ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain ITT_FORMAT p const __itt_domain __itt_string_handle unsigned long long value

References value.

Member Data Documentation

◆ my_hash_compare

template<typename Key , typename Hash_compare , typename Allocator , bool Allow_multimapping>
hash_compare tbb::interface5::concurrent_unordered_set_traits< Key, Hash_compare, Allocator, Allow_multimapping >::my_hash_compare
protected

Definition at line 57 of file concurrent_unordered_set.h.


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.