Public Member Functions |
| | hash_multimap () |
| | hash_multimap (size_type n) |
| | hash_multimap (size_type n, const hasher &hf) |
| | hash_multimap (size_type n, const hasher &hf, const key_equal &eql) |
| | hash_multimap (const value_type *f, const value_type *l) |
| | hash_multimap (const value_type *f, const value_type *l, size_type n) |
| | hash_multimap (const value_type *f, const value_type *l, size_type n, const hasher &hf) |
| | hash_multimap (const value_type *f, const value_type *l, size_type n, const hasher &hf, const key_equal &eql) |
| | hash_multimap (const_iterator f, const_iterator l) |
| | hash_multimap (const_iterator f, const_iterator l, size_type n) |
| | hash_multimap (const_iterator f, const_iterator l, size_type n, const hasher &hf) |
| | hash_multimap (const_iterator f, const_iterator l, size_type n, const hasher &hf, const key_equal &eql) |
| iterator | begin () |
| const_iterator | begin () const |
| size_type | bucket_count () const |
| void | clear () |
| size_type | count (const key_type &key) const |
| size_type | elems_in_bucket (size_type n) const |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| std::pair< iterator, iterator > | equal_range (const key_type &key) |
std::pair< const_iterator,
const_iterator > | equal_range (const key_type &key) const |
| size_type | erase (const key_type &key) |
| void | erase (iterator it) |
| void | erase (iterator f, iterator l) |
| iterator | find (const key_type &key) |
| const_iterator | find (const key_type &key) const |
| hasher | hash_funct () const |
| iterator | insert (const value_type &obj) |
| void | insert (const value_type *f, const value_type *l) |
| void | insert (const_iterator f, const_iterator l) |
| iterator | insert_noresize (const value_type &obj) |
| key_equal | key_eq () const |
| size_type | max_bucket_count () const |
| size_type | max_size () const |
| void | resize (size_type hint) |
| size_type | size () const |
| void | swap (self &hs) |
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >), VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >), VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >)>
class itk::hash_multimap< Key, T,,, >
Definition at line 238 of file itk_hash_map.h.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
| typedef hashtable<std::pair<const Key, T>, Key, HashFcn, std::select1st<std::pair<const Key, T> >, EqualKey, Alloc> itk::hash_multimap< Key, T,,, >::ht |
|
private |
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 266 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 268 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 270 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 273 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 277 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 279 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 281 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 284 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 298 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 300 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 327 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bucket_count(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 323 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::clear(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 313 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::count(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 329 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::elems_in_bucket(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 291 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::empty(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 299 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 301 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 315 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 317 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 320 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 321 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 322 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 310 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 311 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 254 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hash_funct(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 304 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 305 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 306 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 307 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal_noresize(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 255 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::key_eq(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 328 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_bucket_count(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 290 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_size(), and itk::hash_multimap< Key, T,,, >::rep.
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 326 of file itk_hash_map.h.
References itk::hash_multimap< Key, T,,, >::rep, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::resize().
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 289 of file itk_hash_map.h.
References itk::hash_multimap< Key, T,,, >::rep, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::size().
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 292 of file itk_hash_map.h.
References itk::hash_multimap< Key, T,,, >::rep, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::swap().
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
| bool operator==ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT() self |
( |
const self & |
, |
|
|
const self & |
|
|
) |
| |
|
friend |
template<class Key, class T, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Key >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Key >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
Definition at line 257 of file itk_hash_map.h.
Referenced by itk::hash_multimap< Key, T,,, >::begin(), itk::hash_multimap< Key, T,,, >::bucket_count(), itk::hash_multimap< Key, T,,, >::clear(), itk::hash_multimap< Key, T,,, >::count(), itk::hash_multimap< Key, T,,, >::elems_in_bucket(), itk::hash_multimap< Key, T,,, >::empty(), itk::hash_multimap< Key, T,,, >::end(), itk::hash_multimap< Key, T,,, >::equal_range(), itk::hash_multimap< Key, T,,, >::erase(), itk::hash_multimap< Key, T,,, >::find(), itk::hash_multimap< Key, T,,, >::hash_funct(), itk::hash_multimap< Key, T,,, >::hash_multimap(), itk::hash_multimap< Key, T,,, >::insert(), itk::hash_multimap< Key, T,,, >::insert_noresize(), itk::hash_multimap< Key, T,,, >::key_eq(), itk::hash_multimap< Key, T,,, >::max_bucket_count(), itk::hash_multimap< Key, T,,, >::max_size(), itk::operator==(), itk::hash_multimap< Key, T,,, >::resize(), itk::hash_multimap< Key, T,,, >::size(), and itk::hash_multimap< Key, T,,, >::swap().