#include <itk_hash_map.h>
Collaboration diagram for itk::hash_multimap< Key, T,,, >:
Public Types | |
typedef ht::key_type | key_type |
typedef ht::hasher | hasher |
typedef ht::key_equal | key_equal |
typedef T | data_type |
typedef ht::pointer | pointer |
typedef ht::const_pointer | const_pointer |
Public Member Functions | |
hasher | hash_funct () const |
key_equal | key_eq () const |
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) | |
size_type | size () const |
size_type | max_size () const |
bool | empty () const |
void | swap (self &hs) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () 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) |
iterator | find (const key_type &key) |
const_iterator | find (const key_type &key) const |
size_type | count (const key_type &key) 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) |
void | clear () |
void | resize (size_type hint) |
size_type | bucket_count () const |
size_type | max_bucket_count () const |
size_type | elems_in_bucket (size_type n) const |
Friends | |
bool | operator==VCL_NULL_TMPL_ARGS (const hash_multimap< Key, T, HashFcn, EqualKey, Alloc > &, const hash_multimap< Key, T, HashFcn, EqualKey, Alloc > &) |
|
Definition at line 231 of file itk_hash_map.h. |
|
Definition at line 229 of file itk_hash_map.h. |
|
Definition at line 227 of file itk_hash_map.h. Referenced by itk::hash_multimap< Key, T,,, >::hash_funct(), and itk::hash_multimap< Key, T,,, >::hash_multimap(). |
|
Definition at line 228 of file itk_hash_map.h. Referenced by itk::hash_multimap< Key, T,,, >::hash_multimap(), and itk::hash_multimap< Key, T,,, >::key_eq(). |
|
Definition at line 226 of file itk_hash_map.h. Referenced by itk::hash_multimap< Key, T,,, >::count(), itk::hash_multimap< Key, T,,, >::equal_range(), itk::hash_multimap< Key, T,,, >::erase(), and itk::hash_multimap< Key, T,,, >::find(). |
|
Definition at line 230 of file itk_hash_map.h. |
|
Definition at line 239 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 240 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 241 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 242 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 245 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 247 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 249 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 252 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 256 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 258 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 260 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 263 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 277 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin(). |
|
Definition at line 275 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin(). |
|
Definition at line 304 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bucket_count(). |
|
Definition at line 300 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::clear(). |
|
Definition at line 290 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::count(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 306 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::elems_in_bucket(). |
|
Definition at line 270 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::empty(). |
|
Definition at line 278 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end(). |
|
Definition at line 276 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end(). |
|
Definition at line 294 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 292 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 299 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(). |
|
Definition at line 298 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(). |
|
Definition at line 297 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 288 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 287 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find(), and itk::hash_multimap< Key, T,,, >::key_type. |
|
Definition at line 233 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hash_funct(), and itk::hash_multimap< Key, T,,, >::hasher. |
|
Definition at line 283 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(). |
|
Definition at line 282 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(). |
|
Definition at line 281 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(). |
|
Definition at line 284 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal_noresize(). |
|
Definition at line 234 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::key_eq(), and itk::hash_multimap< Key, T,,, >::key_equal. |
|
Definition at line 305 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_bucket_count(). |
|
Definition at line 269 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_size(). |
|
Definition at line 303 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::resize(). |
|
Definition at line 268 of file itk_hash_map.h. References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::size(). |
|
Definition at line 271 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::rep, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::swap(). |
|
|