| 
    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 tbb::internal::node_handle< key_type, key_type, typename internal::split_ordered_list< key_type, allocator_type >::node, 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 35 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 39 of file concurrent_unordered_set.h.
      
  | 
  protected | 
Definition at line 45 of file concurrent_unordered_set.h.
      
  | 
  protected | 
Definition at line 38 of file concurrent_unordered_set.h.
      
  | 
  protected | 
      
  | 
  inlineprotected | 
Definition at line 50 of file concurrent_unordered_set.h.
      
  | 
  inlineprotected | 
Definition at line 51 of file concurrent_unordered_set.h.
      
  | 
  inlinestaticprotected | 
Definition at line 53 of file concurrent_unordered_set.h.
References value.
      
  | 
  protected | 
Definition at line 57 of file concurrent_unordered_set.h.