Inheritance diagram for std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >:

| Public Types | |
| typedef Base::size_type | size_type | 
| typedef Base::hasher | hasher | 
| typedef Base::key_equal | key_equal | 
| typedef Base::allocator_type | allocator_type | 
| Public Member Functions | |
| unordered_set (size_type n=10, const hasher &hf=hasher(), const key_equal &eql=key_equal(), const allocator_type &a=allocator_type()) | |
| template<typename InputIterator> | |
| unordered_set (InputIterator f, InputIterator l, size_type n=10, const hasher &hf=hasher(), const key_equal &eql=key_equal(), const allocator_type &a=allocator_type()) | |
| Private Types | |
| typedef hashtable< Value, Value, Alloc, Internal::identity< Value >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true > | Base | 
Definition at line 54 of file unordered_set.
| typedef Base::allocator_type std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::allocator_type | 
| typedef hashtable<Value, Value, Alloc, Internal::identity<Value>, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true> std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::Base  [private] | 
Definition at line 68 of file unordered_set.
| typedef Base::hasher std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::hasher | 
Definition at line 72 of file unordered_set.
| typedef Base::key_equal std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::key_equal | 
| typedef Base::size_type std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::size_type | 
| std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::unordered_set | ( | size_type | n = 10, | |
| const hasher & | hf = hasher(), | |||
| const key_equal & | eql = key_equal(), | |||
| const allocator_type & | a = allocator_type() | |||
| ) |  [inline, explicit] | 
Definition at line 77 of file unordered_set.
| std::tr1::unordered_set< Value, Hash, Pred, Alloc, cache_hash_code >::unordered_set | ( | InputIterator | f, | |
| InputIterator | l, | |||
| size_type | n = 10, | |||
| const hasher & | hf = hasher(), | |||
| const key_equal & | eql = key_equal(), | |||
| const allocator_type & | a = allocator_type() | |||
| ) |  [inline] | 
Definition at line 87 of file unordered_set.
 1.4.7
 1.4.7