Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_unordered_map.h>
Protected Types | |
enum | { allow_multimapping = Allow_multimapping } |
typedef std::pair< const Key, T > | 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, value_type, typename internal::split_ordered_list< value_type, allocator_type >::node, allocator_type > | node_type |
Protected Member Functions | |
concurrent_unordered_map_traits () | |
concurrent_unordered_map_traits (const hash_compare &hc) | |
Static Protected Member Functions | |
template<class Type1 , class Type2 > | |
static const Key & | get_key (const std::pair< Type1, Type2 > &value) |
Protected Attributes | |
hash_compare | my_hash_compare |
Definition at line 35 of file concurrent_unordered_map.h.
|
protected |
Definition at line 41 of file concurrent_unordered_map.h.
|
protected |
Definition at line 40 of file concurrent_unordered_map.h.
|
protected |
Definition at line 39 of file concurrent_unordered_map.h.
|
protected |
Definition at line 45 of file concurrent_unordered_map.h.
|
protected |
Definition at line 38 of file concurrent_unordered_map.h.
|
protected |
|
inlineprotected |
Definition at line 50 of file concurrent_unordered_map.h.
|
inlineprotected |
Definition at line 51 of file concurrent_unordered_map.h.
|
inlinestaticprotected |
Definition at line 54 of file concurrent_unordered_map.h.
References value.
|
protected |
Definition at line 58 of file concurrent_unordered_map.h.