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

itk::hash_map< Key, T,,, > Class Template Reference

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

#include <itk_hash_map.h>

List of all members.

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_map ()
 hash_map (size_type n)
 hash_map (size_type n, const hasher &hf)
 hash_map (size_type n, const hasher &hf, const key_equal &eql)
 hash_map (const value_type *f, const value_type *l)
 hash_map (const value_type *f, const value_type *l, size_type n)
 hash_map (const value_type *f, const value_type *l, size_type n, const hasher &hf)
 hash_map (const value_type *f, const value_type *l, size_type n, const hasher &hf, const key_equal &eql)
 hash_map (const_iterator f, const_iterator l)
 hash_map (const_iterator f, const_iterator l, size_type n)
 hash_map (const_iterator f, const_iterator l, size_type n, const hasher &hf)
 hash_map (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
std::pair< iterator, bool > insert (const value_type &obj)
void insert (const value_type *f, const value_type *l)
void insert (const_iterator f, const_iterator l)
std::pair< iterator, bool > insert_noresize (const value_type &obj)
iterator find (const key_type &key)
const_iterator find (const key_type &key) const
T & operator[] (const key_type &key)
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_map< Key, T, HashFcn, EqualKey, Alloc > &, const hash_map< Key, T, HashFcn, EqualKey, Alloc > &)


Detailed Description

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_map< Key, T,,, >

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

Definition at line 109 of file itk_hash_map.h.


Member Typedef Documentation

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 ht::const_pointer itk::hash_map< Key, T,,, >::const_pointer
 

Definition at line 123 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 >) >
typedef T itk::hash_map< Key, T,,, >::data_type
 

Definition at line 121 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 >) >
typedef ht::hasher itk::hash_map< Key, T,,, >::hasher
 

Definition at line 119 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 >) >
typedef ht::key_equal itk::hash_map< Key, T,,, >::key_equal
 

Definition at line 120 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 >) >
typedef ht::key_type itk::hash_map< Key, T,,, >::key_type
 

Definition at line 118 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 >) >
typedef ht::pointer itk::hash_map< Key, T,,, >::pointer
 

Definition at line 122 of file itk_hash_map.h.


Constructor & Destructor Documentation

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 >) >
itk::hash_map< Key, T,,, >::hash_map  )  [inline]
 

Definition at line 132 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 >) >
itk::hash_map< Key, T,,, >::hash_map size_type  n  )  [inline]
 

Definition at line 133 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 >) >
itk::hash_map< Key, T,,, >::hash_map size_type  n,
const hasher hf
[inline]
 

Definition at line 134 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 >) >
itk::hash_map< Key, T,,, >::hash_map size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 135 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 >) >
itk::hash_map< Key, T,,, >::hash_map const value_type *  f,
const value_type *  l
[inline]
 

Definition at line 138 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 >) >
itk::hash_map< Key, T,,, >::hash_map const value_type *  f,
const value_type *  l,
size_type  n
[inline]
 

Definition at line 140 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 >) >
itk::hash_map< Key, T,,, >::hash_map const value_type *  f,
const value_type *  l,
size_type  n,
const hasher hf
[inline]
 

Definition at line 142 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 >) >
itk::hash_map< Key, T,,, >::hash_map const value_type *  f,
const value_type *  l,
size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 145 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 >) >
itk::hash_map< Key, T,,, >::hash_map const_iterator  f,
const_iterator  l
[inline]
 

Definition at line 149 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 >) >
itk::hash_map< Key, T,,, >::hash_map const_iterator  f,
const_iterator  l,
size_type  n
[inline]
 

Definition at line 151 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 >) >
itk::hash_map< Key, T,,, >::hash_map const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf
[inline]
 

Definition at line 153 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 >) >
itk::hash_map< Key, T,,, >::hash_map const_iterator  f,
const_iterator  l,
size_type  n,
const hasher hf,
const key_equal eql
[inline]
 

Definition at line 156 of file itk_hash_map.h.


Member Function Documentation

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 >) >
const_iterator itk::hash_map< Key, T,,, >::begin  )  const [inline]
 

Definition at line 170 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 >) >
iterator itk::hash_map< Key, T,,, >::begin  )  [inline]
 

Definition at line 168 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 >) >
size_type itk::hash_map< Key, T,,, >::bucket_count  )  const [inline]
 

Definition at line 204 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 >) >
void itk::hash_map< Key, T,,, >::clear  )  [inline]
 

Definition at line 200 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 >) >
size_type itk::hash_map< Key, T,,, >::count const key_type key  )  const [inline]
 

Definition at line 190 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 >) >
size_type itk::hash_map< Key, T,,, >::elems_in_bucket size_type  n  )  const [inline]
 

Definition at line 206 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 >) >
bool itk::hash_map< Key, T,,, >::empty  )  const [inline]
 

Definition at line 163 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 >) >
const_iterator itk::hash_map< Key, T,,, >::end  )  const [inline]
 

Definition at line 171 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 >) >
iterator itk::hash_map< Key, T,,, >::end  )  [inline]
 

Definition at line 169 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 >) >
std::pair<const_iterator, const_iterator> itk::hash_map< Key, T,,, >::equal_range const key_type key  )  const [inline]
 

Definition at line 194 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 >) >
std::pair<iterator, iterator> itk::hash_map< Key, T,,, >::equal_range const key_type key  )  [inline]
 

Definition at line 192 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 >) >
void itk::hash_map< Key, T,,, >::erase iterator  f,
iterator  l
[inline]
 

Definition at line 199 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 >) >
void itk::hash_map< Key, T,,, >::erase iterator  it  )  [inline]
 

Definition at line 198 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 >) >
size_type itk::hash_map< Key, T,,, >::erase const key_type key  )  [inline]
 

Definition at line 197 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 >) >
const_iterator itk::hash_map< Key, T,,, >::find const key_type key  )  const [inline]
 

Definition at line 182 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 >) >
iterator itk::hash_map< Key, T,,, >::find const key_type key  )  [inline]
 

Definition at line 181 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 >) >
hasher itk::hash_map< Key, T,,, >::hash_funct  )  const [inline]
 

Definition at line 128 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 >) >
void itk::hash_map< Key, T,,, >::insert const_iterator  f,
const_iterator  l
[inline]
 

Definition at line 177 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 >) >
void itk::hash_map< Key, T,,, >::insert const value_type *  f,
const value_type *  l
[inline]
 

Definition at line 176 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 >) >
std::pair<iterator, bool> itk::hash_map< Key, T,,, >::insert const value_type &  obj  )  [inline]
 

Definition at line 174 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 >) >
std::pair<iterator, bool> itk::hash_map< Key, T,,, >::insert_noresize const value_type &  obj  )  [inline]
 

Definition at line 178 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 >) >
key_equal itk::hash_map< Key, T,,, >::key_eq  )  const [inline]
 

Definition at line 129 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 >) >
size_type itk::hash_map< Key, T,,, >::max_bucket_count  )  const [inline]
 

Definition at line 205 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 >) >
size_type itk::hash_map< Key, T,,, >::max_size  )  const [inline]
 

Definition at line 162 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 >) >
T& itk::hash_map< Key, T,,, >::operator[] const key_type key  )  [inline]
 

Definition at line 184 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 >) >
void itk::hash_map< Key, T,,, >::resize size_type  hint  )  [inline]
 

Definition at line 203 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 >) >
size_type itk::hash_map< Key, T,,, >::size  )  const [inline]
 

Definition at line 161 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 >) >
void itk::hash_map< Key, T,,, >::swap self hs  )  [inline]
 

Definition at line 164 of file itk_hash_map.h.


Friends And Related Function Documentation

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==VCL_NULL_TMPL_ARGS const hash_map< Key, T, HashFcn, EqualKey, Alloc > &  ,
const hash_map< Key, T, 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