Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_unordered_set.h>
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 internal::node_handle< Key, Key, allocator_type > | node_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 |
Definition at line 36 of file concurrent_unordered_set.h.
|
protected |
Definition at line 42 of file concurrent_unordered_set.h.
|
protected |
Definition at line 41 of file concurrent_unordered_set.h.
|
protected |
Definition at line 40 of file concurrent_unordered_set.h.
|
protected |
Definition at line 44 of file concurrent_unordered_set.h.
|
protected |
Definition at line 39 of file concurrent_unordered_set.h.
|
protected |
|
inlineprotected |
Definition at line 49 of file concurrent_unordered_set.h.
|
inlineprotected |
Definition at line 50 of file concurrent_unordered_set.h.
|
inlinestaticprotected |
Definition at line 52 of file concurrent_unordered_set.h.
|
protected |
Definition at line 56 of file concurrent_unordered_set.h.