Inheritance diagram for std::tr1::unordered_multimap< Key, T, 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_multimap (size_type n=10, const hasher &hf=hasher(), const key_equal &eql=key_equal(), const allocator_type &a=allocator_type()) | |
| template<typename InputIterator> | |
| unordered_multimap (InputIterator f, InputIterator l, typename Base::size_type n=0, const hasher &hf=hasher(), const key_equal &eql=key_equal(), const allocator_type &a=allocator_type()) | |
| Private Types | |
| typedef hashtable< Key, std::pair< const Key, T >, Alloc, Internal::extract1st< std::pair< const Key, T > >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, false, false > | Base | 
Definition at line 106 of file unordered_map.
| typedef Base::allocator_type std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::allocator_type | 
Reimplemented from std::tr1::hashtable< Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, constant_iterators, unique_keys >.
Definition at line 128 of file unordered_map.
| typedef hashtable<Key, std::pair<const Key, T>, Alloc, Internal::extract1st<std::pair<const Key, T> >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, false, false> std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::Base  [private] | 
Definition at line 122 of file unordered_map.
| typedef Base::hasher std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::hasher | 
Definition at line 126 of file unordered_map.
| typedef Base::key_equal std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::key_equal | 
Reimplemented from std::tr1::hashtable< Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, constant_iterators, unique_keys >.
Definition at line 127 of file unordered_map.
| typedef Base::size_type std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::size_type | 
Reimplemented from std::tr1::hashtable< Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, constant_iterators, unique_keys >.
Definition at line 125 of file unordered_map.
| std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::unordered_multimap | ( | 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 131 of file unordered_map.
| std::tr1::unordered_multimap< Key, T, Hash, Pred, Alloc, cache_hash_code >::unordered_multimap | ( | InputIterator | f, | |
| InputIterator | l, | |||
| typename Base::size_type | n = 0, | |||
| const hasher & | hf = hasher(), | |||
| const key_equal & | eql = key_equal(), | |||
| const allocator_type & | a = allocator_type() | |||
| ) |  [inline] | 
Definition at line 142 of file unordered_map.
 1.4.7
 1.4.7