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

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

#include <itk_hash_set.h>

Collaboration diagram for itk::hash_set< Value,,, >:

Collaboration graph
[legend]
List of all members.

Detailed Description

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_set< Value,,, >

Replacement for STL hash set because some systems do not support it, or support it incorrectly.

Definition at line 84 of file itk_hash_set.h.

Public Types

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

Public Member Functions

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
std::pair< iterator, iteratorequal_range (const key_type &key) const
void erase (iterator f, iterator l)
void erase (iterator it)
size_type erase (const key_type &key)
iterator find (const key_type &key) const
hasher hash_funct () const
 hash_set (const_iterator f, const_iterator l, size_type n, const hasher &hf, const key_equal &eql)
 hash_set (const_iterator f, const_iterator l, size_type n, const hasher &hf)
 hash_set (const_iterator f, const_iterator l, size_type n)
 hash_set (const_iterator f, const_iterator l)
 hash_set (const value_type *f, const value_type *l, size_type n, const hasher &hf, const key_equal &eql)
 hash_set (const value_type *f, const value_type *l, size_type n, const hasher &hf)
 hash_set (const value_type *f, const value_type *l, size_type n)
 hash_set (const value_type *f, const value_type *l)
 hash_set (size_type n, const hasher &hf, const key_equal &eql)
 hash_set (size_type n, const hasher &hf)
 hash_set (size_type n)
 hash_set ()
void insert (const_iterator f, const_iterator l)
void insert (const value_type *f, const value_type *l)
std::pair< iterator, bool > insert (const value_type &obj)
std::pair< iterator, bool > 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 &))


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_set< Value,,, >::const_iterator

Definition at line 103 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_pointer itk::hash_set< Value,,, >::const_pointer

Definition at line 99 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_set< Value,,, >::const_reference

Definition at line 101 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_set< Value,,, >::difference_type

Definition at line 97 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_set< Value,,, >::hasher

Definition at line 93 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::iterator itk::hash_set< Value,,, >::ht_iterator

Definition at line 107 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 const_iterator itk::hash_set< Value,,, >::iterator

Definition at line 104 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::key_equal itk::hash_set< Value,,, >::key_equal

Definition at line 94 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::key_type itk::hash_set< Value,,, >::key_type

Definition at line 91 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_pointer itk::hash_set< Value,,, >::pointer

Definition at line 98 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_set< Value,,, >::reference

Definition at line 100 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_set< Value,,, >::size_type

Definition at line 96 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::value_type itk::hash_set< Value,,, >::value_type

Definition at line 92 of file itk_hash_set.h.


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_set< Value,,, >::hash_set (  )  [inline]

Definition at line 116 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 >) >
itk::hash_set< Value,,, >::hash_set ( size_type  n  )  [inline]

Definition at line 117 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 >) >
itk::hash_set< Value,,, >::hash_set ( size_type  n,
const hasher hf 
) [inline]

Definition at line 118 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 >) >
itk::hash_set< Value,,, >::hash_set ( size_type  n,
const hasher hf,
const key_equal eql 
) [inline]

Definition at line 119 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 >) >
itk::hash_set< Value,,, >::hash_set ( const value_type f,
const value_type l 
) [inline]

Definition at line 122 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const value_type f,
const value_type l,
size_type  n 
) [inline]

Definition at line 124 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const value_type f,
const value_type l,
size_type  n,
const hasher hf 
) [inline]

Definition at line 126 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const value_type f,
const value_type l,
size_type  n,
const hasher hf,
const key_equal eql 
) [inline]

Definition at line 129 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const_iterator  f,
const_iterator  l 
) [inline]

Definition at line 133 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const_iterator  f,
const_iterator  l,
size_type  n 
) [inline]

Definition at line 135 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf 
) [inline]

Definition at line 137 of file itk_hash_set.h.

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

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_set< Value,,, >::hash_set ( const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf,
const key_equal eql 
) [inline]

Definition at line 140 of file itk_hash_set.h.

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


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_set< Value,,, >::begin (  )  const [inline]

Definition at line 152 of file itk_hash_set.h.

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

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_set< Value,,, >::bucket_count (  )  const [inline]

Definition at line 191 of file itk_hash_set.h.

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

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_set< Value,,, >::clear (  )  [inline]

Definition at line 187 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_set< Value,,, >::count ( const key_type key  )  const [inline]

Definition at line 179 of file itk_hash_set.h.

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

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_set< Value,,, >::elems_in_bucket ( size_type  n  )  const [inline]

Definition at line 193 of file itk_hash_set.h.

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

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_set< Value,,, >::empty (  )  const [inline]

Definition at line 147 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_set< Value,,, >::end (  )  const [inline]

Definition at line 153 of file itk_hash_set.h.

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

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_set< Value,,, >::equal_range ( const key_type key  )  const [inline]

Definition at line 181 of file itk_hash_set.h.

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

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_set< Value,,, >::erase ( iterator  f,
iterator  l 
) [inline]

Definition at line 186 of file itk_hash_set.h.

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

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_set< Value,,, >::erase ( iterator  it  )  [inline]

Definition at line 185 of file itk_hash_set.h.

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

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_set< Value,,, >::erase ( const key_type key  )  [inline]

Definition at line 184 of file itk_hash_set.h.

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

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_set< Value,,, >::find ( const key_type key  )  const [inline]

Definition at line 177 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::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 >) >
hasher itk::hash_set< Value,,, >::hash_funct (  )  const [inline]

Definition at line 109 of file itk_hash_set.h.

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

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_set< Value,,, >::insert ( const_iterator  f,
const_iterator  l 
) [inline]

Definition at line 166 of file itk_hash_set.h.

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

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_set< Value,,, >::insert ( const value_type f,
const value_type l 
) [inline]

Definition at line 165 of file itk_hash_set.h.

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

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, bool> itk::hash_set< Value,,, >::insert ( const value_type obj  )  [inline]

Definition at line 156 of file itk_hash_set.h.

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

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, bool> itk::hash_set< Value,,, >::insert_noresize ( const value_type obj  )  [inline]

Definition at line 167 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique_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 >) >
key_equal itk::hash_set< Value,,, >::key_eq (  )  const [inline]

Definition at line 110 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::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 >) >
size_type itk::hash_set< Value,,, >::max_bucket_count (  )  const [inline]

Definition at line 192 of file itk_hash_set.h.

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

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_set< Value,,, >::max_size (  )  const [inline]

Definition at line 146 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_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 >) >
void itk::hash_set< Value,,, >::resize ( size_type  hint  )  [inline]

Definition at line 190 of file itk_hash_set.h.

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

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_set< Value,,, >::size (  )  const [inline]

Definition at line 145 of file itk_hash_set.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::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 >) >
void itk::hash_set< Value,,, >::swap ( self hs  )  [inline]

Definition at line 148 of file itk_hash_set.h.

References itk::hash_set< 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==ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT( self ( const self ,
const self  
) [friend]


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 06:01:37 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000