Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::hash_multiset< Value,,, > Class Template Reference

#include <itk_hash_set.h>

List of all members.

Public Types

typedef ht::key_type key_type
typedef ht::value_type value_type
typedef ht::hasher hasher
typedef ht::key_equal key_equal
typedef ht::size_type size_type
typedef ht::difference_type difference_type
typedef ht::const_pointer pointer
typedef ht::const_pointer const_pointer
typedef ht::const_reference reference
typedef ht::const_reference const_reference
typedef ht::const_iterator const_iterator
typedef const_iterator iterator

Public Member Functions

hasher hash_funct () const
key_equal key_eq () const
 hash_multiset ()
 hash_multiset (size_type n)
 hash_multiset (size_type n, const hasher &hf)
 hash_multiset (size_type n, const hasher &hf, const key_equal &eql)
 hash_multiset (const value_type *f, const value_type *l)
 hash_multiset (const value_type *f, const value_type *l, size_type n)
 hash_multiset (const value_type *f, const value_type *l, size_type n, const hasher &hf)
 hash_multiset (const value_type *f, const value_type *l, size_type n, const hasher &hf, const key_equal &eql)
 hash_multiset (const_iterator f, const_iterator l)
 hash_multiset (const_iterator f, const_iterator l, size_type n)
 hash_multiset (const_iterator f, const_iterator l, size_type n, const hasher &hf)
 hash_multiset (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 () 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
size_type count (const key_type &key) const
std::pair< iterator, iteratorequal_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_multiset< Value, HashFcn, EqualKey, Alloc > &, const hash_multiset< Value, HashFcn, EqualKey, Alloc > &)

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >), VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >), VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >)>
class itk::hash_multiset< Value,,, >


Member Typedef Documentation

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::const_iterator itk::hash_multiset< Value,,, >::const_iterator
 

Definition at line 219 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::hash_multiset(), and itk::hash_multiset< Value,,, >::insert().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::const_pointer itk::hash_multiset< Value,,, >::const_pointer
 

Definition at line 215 of file itk_hash_set.h.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::const_reference itk::hash_multiset< Value,,, >::const_reference
 

Definition at line 217 of file itk_hash_set.h.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::difference_type itk::hash_multiset< Value,,, >::difference_type
 

Definition at line 213 of file itk_hash_set.h.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::hasher itk::hash_multiset< Value,,, >::hasher
 

Definition at line 209 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::hash_funct(), and itk::hash_multiset< Value,,, >::hash_multiset().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef const_iterator itk::hash_multiset< Value,,, >::iterator
 

Definition at line 221 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::begin(), itk::hash_multiset< Value,,, >::end(), itk::hash_multiset< Value,,, >::erase(), itk::hash_multiset< Value,,, >::find(), itk::hash_multiset< Value,,, >::insert(), and itk::hash_multiset< Value,,, >::insert_noresize().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::key_equal itk::hash_multiset< Value,,, >::key_equal
 

Definition at line 210 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::hash_multiset(), and itk::hash_multiset< Value,,, >::key_eq().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::key_type itk::hash_multiset< Value,,, >::key_type
 

Definition at line 207 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::count(), itk::hash_multiset< Value,,, >::equal_range(), itk::hash_multiset< Value,,, >::erase(), and itk::hash_multiset< Value,,, >::find().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::const_pointer itk::hash_multiset< Value,,, >::pointer
 

Definition at line 214 of file itk_hash_set.h.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::const_reference itk::hash_multiset< Value,,, >::reference
 

Definition at line 216 of file itk_hash_set.h.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::size_type itk::hash_multiset< Value,,, >::size_type
 

Definition at line 212 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::bucket_count(), itk::hash_multiset< Value,,, >::count(), itk::hash_multiset< Value,,, >::elems_in_bucket(), itk::hash_multiset< Value,,, >::erase(), itk::hash_multiset< Value,,, >::hash_multiset(), itk::hash_multiset< Value,,, >::max_bucket_count(), itk::hash_multiset< Value,,, >::max_size(), itk::hash_multiset< Value,,, >::resize(), and itk::hash_multiset< Value,,, >::size().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef ht::value_type itk::hash_multiset< Value,,, >::value_type
 

Definition at line 208 of file itk_hash_set.h.

Referenced by itk::hash_multiset< Value,,, >::hash_multiset(), itk::hash_multiset< Value,,, >::insert(), and itk::hash_multiset< Value,,, >::insert_noresize().


Constructor & Destructor Documentation

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset  )  [inline]
 

Definition at line 229 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, and itk::hash_multiset< Value,,, >::key_equal.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset size_type  n  )  [inline]
 

Definition at line 230 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset size_type  n,
const hasher hf
[inline]
 

Definition at line 231 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 232 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const value_type f,
const value_type l
[inline]
 

Definition at line 235 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const value_type f,
const value_type l,
size_type  n
[inline]
 

Definition at line 237 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, itk::hash_multiset< Value,,, >::size_type, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const value_type f,
const value_type l,
size_type  n,
const hasher hf
[inline]
 

Definition at line 239 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, itk::hash_multiset< Value,,, >::size_type, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const value_type f,
const value_type l,
size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 242 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, itk::hash_multiset< Value,,, >::size_type, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const_iterator  f,
const_iterator  l
[inline]
 

Definition at line 246 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::const_iterator, itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multiset< Value,,, >::key_equal.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const_iterator  f,
const_iterator  l,
size_type  n
[inline]
 

Definition at line 248 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::const_iterator, itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf
[inline]
 

Definition at line 250 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::const_iterator, itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hash_multiset< Value,,, >::hash_multiset const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 253 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::const_iterator, itk::hash_multiset< Value,,, >::hasher, itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::key_equal, and itk::hash_multiset< Value,,, >::size_type.


Member Function Documentation

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
iterator itk::hash_multiset< Value,,, >::begin  )  const [inline]
 

Definition at line 265 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin(), and itk::hash_multiset< Value,,, >::iterator.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::bucket_count  )  const [inline]
 

Definition at line 289 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bucket_count(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::clear  )  [inline]
 

Definition at line 285 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::clear().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::count const key_type key  )  const [inline]
 

Definition at line 277 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::count(), itk::hash_multiset< Value,,, >::key_type, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::elems_in_bucket size_type  n  )  const [inline]
 

Definition at line 291 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::elems_in_bucket(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
bool itk::hash_multiset< Value,,, >::empty  )  const [inline]
 

Definition at line 260 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::empty().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
iterator itk::hash_multiset< Value,,, >::end  )  const [inline]
 

Definition at line 266 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end(), and itk::hash_multiset< Value,,, >::iterator.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
std::pair<iterator, iterator> itk::hash_multiset< Value,,, >::equal_range const key_type key  )  const [inline]
 

Definition at line 279 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range(), and itk::hash_multiset< Value,,, >::key_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::erase iterator  f,
iterator  l
[inline]
 

Definition at line 284 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multiset< Value,,, >::iterator.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::erase iterator  it  )  [inline]
 

Definition at line 283 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), and itk::hash_multiset< Value,,, >::iterator.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::erase const key_type key  )  [inline]
 

Definition at line 282 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase(), itk::hash_multiset< Value,,, >::key_type, and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
iterator itk::hash_multiset< Value,,, >::find const key_type key  )  const [inline]
 

Definition at line 275 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find(), itk::hash_multiset< Value,,, >::iterator, and itk::hash_multiset< Value,,, >::key_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
hasher itk::hash_multiset< Value,,, >::hash_funct  )  const [inline]
 

Definition at line 223 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hash_funct(), and itk::hash_multiset< Value,,, >::hasher.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::insert const_iterator  f,
const_iterator  l
[inline]
 

Definition at line 271 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::const_iterator, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal().

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::insert const value_type f,
const value_type l
[inline]
 

Definition at line 270 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
iterator itk::hash_multiset< Value,,, >::insert const value_type obj  )  [inline]
 

Definition at line 269 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal(), itk::hash_multiset< Value,,, >::iterator, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
iterator itk::hash_multiset< Value,,, >::insert_noresize const value_type obj  )  [inline]
 

Definition at line 272 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_equal_noresize(), itk::hash_multiset< Value,,, >::iterator, and itk::hash_multiset< Value,,, >::value_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
key_equal itk::hash_multiset< Value,,, >::key_eq  )  const [inline]
 

Definition at line 224 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::key_eq(), and itk::hash_multiset< Value,,, >::key_equal.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::max_bucket_count  )  const [inline]
 

Definition at line 290 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_bucket_count(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::max_size  )  const [inline]
 

Definition at line 259 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_size(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::resize size_type  hint  )  [inline]
 

Definition at line 288 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::resize(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
size_type itk::hash_multiset< Value,,, >::size  )  const [inline]
 

Definition at line 258 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::size(), and itk::hash_multiset< Value,,, >::size_type.

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
void itk::hash_multiset< Value,,, >::swap self hs  )  [inline]
 

Definition at line 261 of file itk_hash_set.h.

References itk::hash_multiset< Value,,, >::rep, and itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::swap().


Friends And Related Function Documentation

template<class Value, VCL_DFL_TMPL_PARAM_STLDECL(HashFcn, hash< Value >) , VCL_DFL_TMPL_PARAM_STLDECL(EqualKey, std::equal_to< Value >) , VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
bool operator==VCL_NULL_TMPL_ARGS const hash_multiset< Value, HashFcn, EqualKey, Alloc > &  ,
const hash_multiset< Value, HashFcn, EqualKey, Alloc > & 
[friend]
 


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:19 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000