#include <itk_hash_map.h>
Collaboration diagram for itk::hash_multimap< Key, T,,, >:
Definition at line 235 of file itk_hash_map.h.
Public Types | |
typedef ht::const_pointer | const_pointer |
typedef T | data_type |
typedef ht::hasher | hasher |
typedef ht::key_equal | key_equal |
typedef ht::key_type | key_type |
typedef ht::pointer | pointer |
Public Member Functions | |
const_iterator | begin () const |
iterator | begin () |
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 |
const_iterator | end () const |
iterator | end () |
std::pair< const_iterator, const_iterator > | equal_range (const key_type &key) const |
std::pair< iterator, iterator > | equal_range (const key_type &key) |
void | erase (iterator f, iterator l) |
void | erase (iterator it) |
size_type | erase (const key_type &key) |
const_iterator | find (const key_type &key) const |
iterator | find (const key_type &key) |
hasher | hash_funct () const |
hash_multimap (const_iterator f, const_iterator l, size_type n, const hasher &hf, const key_equal &eql) | |
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) | |
hash_multimap (const_iterator f, const_iterator l) | |
hash_multimap (const value_type *f, const value_type *l, size_type n, const hasher &hf, const key_equal &eql) | |
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) | |
hash_multimap (const value_type *f, const value_type *l) | |
hash_multimap (size_type n, const hasher &hf, const key_equal &eql) | |
hash_multimap (size_type n, const hasher &hf) | |
hash_multimap (size_type n) | |
hash_multimap () | |
void | insert (const_iterator f, const_iterator l) |
void | insert (const value_type *f, const value_type *l) |
iterator | insert (const value_type &obj) |
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) |
Friends | |
bool operator==ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT( | self (const self &, const self &)) |
typedef ht::const_pointer itk::hash_multimap< Key, T,,, >::const_pointer |
Definition at line 249 of file itk_hash_map.h.
typedef T itk::hash_multimap< Key, T,,, >::data_type |
Definition at line 247 of file itk_hash_map.h.
typedef ht::hasher itk::hash_multimap< Key, T,,, >::hasher |
Definition at line 245 of file itk_hash_map.h.
typedef ht::key_equal itk::hash_multimap< Key, T,,, >::key_equal |
Definition at line 246 of file itk_hash_map.h.
typedef ht::key_type itk::hash_multimap< Key, T,,, >::key_type |
Definition at line 244 of file itk_hash_map.h.
typedef ht::pointer itk::hash_multimap< Key, T,,, >::pointer |
Definition at line 248 of file itk_hash_map.h.
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | ) | [inline] |
Definition at line 257 of file itk_hash_map.h.
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | size_type | n | ) | [inline] |
Definition at line 258 of file itk_hash_map.h.
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | size_type | n, | |
const hasher & | hf | |||
) | [inline] |
Definition at line 259 of file itk_hash_map.h.
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | size_type | n, | |
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 260 of file itk_hash_map.h.
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const value_type * | f, | |
const value_type * | l | |||
) | [inline] |
Definition at line 263 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n | |||
) | [inline] |
Definition at line 265 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n, | |||
const hasher & | hf | |||
) | [inline] |
Definition at line 267 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n, | |||
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 270 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const_iterator | f, | |
const_iterator | l | |||
) | [inline] |
Definition at line 274 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n | |||
) | [inline] |
Definition at line 276 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n, | |||
const hasher & | hf | |||
) | [inline] |
Definition at line 278 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
itk::hash_multimap< Key, T,,, >::hash_multimap | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n, | |||
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 281 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
const_iterator itk::hash_multimap< Key, T,,, >::begin | ( | ) | const [inline] |
Definition at line 295 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin().
iterator itk::hash_multimap< Key, T,,, >::begin | ( | ) | [inline] |
Definition at line 293 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin().
size_type itk::hash_multimap< Key, T,,, >::bucket_count | ( | ) | const [inline] |
Definition at line 322 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bucket_count().
void itk::hash_multimap< Key, T,,, >::clear | ( | ) | [inline] |
Definition at line 318 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::clear().
size_type itk::hash_multimap< Key, T,,, >::count | ( | const key_type & | key | ) | const [inline] |
Definition at line 308 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::count().
size_type itk::hash_multimap< Key, T,,, >::elems_in_bucket | ( | size_type | n | ) | const [inline] |
Definition at line 324 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::elems_in_bucket().
bool itk::hash_multimap< Key, T,,, >::empty | ( | ) | const [inline] |
Definition at line 288 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::empty().
const_iterator itk::hash_multimap< Key, T,,, >::end | ( | ) | const [inline] |
Definition at line 296 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end().
iterator itk::hash_multimap< Key, T,,, >::end | ( | ) | [inline] |
Definition at line 294 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end().
std::pair<const_iterator, const_iterator> itk::hash_multimap< Key, T,,, >::equal_range | ( | const key_type & | key | ) | const [inline] |
Definition at line 312 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range().
std::pair<iterator, iterator> itk::hash_multimap< Key, T,,, >::equal_range | ( | const key_type & | key | ) | [inline] |
Definition at line 310 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range().
void itk::hash_multimap< Key, T,,, >::erase | ( | iterator | f, | |
iterator | l | |||
) | [inline] |
Definition at line 317 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
void itk::hash_multimap< Key, T,,, >::erase | ( | iterator | it | ) | [inline] |
Definition at line 316 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
size_type itk::hash_multimap< Key, T,,, >::erase | ( | const key_type & | key | ) | [inline] |
Definition at line 315 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
const_iterator itk::hash_multimap< Key, T,,, >::find | ( | const key_type & | key | ) | const [inline] |
Definition at line 306 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find().
iterator itk::hash_multimap< Key, T,,, >::find | ( | const key_type & | key | ) | [inline] |
Definition at line 305 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find().
hasher itk::hash_multimap< Key, T,,, >::hash_funct | ( | ) | const [inline] |
Definition at line 251 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hash_funct().
void itk::hash_multimap< Key, T,,, >::insert | ( | const_iterator | f, | |
const_iterator | l | |||
) | [inline] |
Definition at line 301 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
void itk::hash_multimap< Key, T,,, >::insert | ( | const value_type * | f, | |
const value_type * | l | |||
) | [inline] |
Definition at line 300 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
iterator itk::hash_multimap< Key, T,,, >::insert | ( | const value_type & | obj | ) | [inline] |
Definition at line 299 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().
iterator itk::hash_multimap< Key, T,,, >::insert_noresize | ( | const value_type & | obj | ) | [inline] |
Definition at line 302 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal_noresize().
key_equal itk::hash_multimap< Key, T,,, >::key_eq | ( | ) | const [inline] |
Definition at line 252 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::key_eq().
size_type itk::hash_multimap< Key, T,,, >::max_bucket_count | ( | ) | const [inline] |
Definition at line 323 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_bucket_count().
size_type itk::hash_multimap< Key, T,,, >::max_size | ( | ) | const [inline] |
Definition at line 287 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_size().
void itk::hash_multimap< Key, T,,, >::resize | ( | size_type | hint | ) | [inline] |
Definition at line 321 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::resize().
size_type itk::hash_multimap< Key, T,,, >::size | ( | ) | const [inline] |
Definition at line 286 of file itk_hash_map.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::size().
void itk::hash_multimap< Key, T,,, >::swap | ( | self & | hs | ) | [inline] |
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 >::swap().
bool operator==ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT( self | ( | const self & | , | |
const self & | ||||
) | [friend] |