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

itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, > Struct Template Reference

#include <itk_hashtable.h>

List of all members.

Public Types

typedef hashtable< Value,
Key, HashFcn, ExtractKey,
EqualKey, Alloc > 
hash_table
typedef hashtable_iterator<
Value, Key, HashFcn, ExtractKey,
EqualKey, Alloc > 
iterator
typedef hashtable_const_iterator<
Value, Key, HashFcn, ExtractKey,
EqualKey, Alloc > 
const_iterator
typedef hashtable_node< Value > node
typedef vcl_size_t size_type
typedef Value & reference
typedef const Value & const_reference

Public Member Functions

 hashtable_iterator (node *n, hash_table *tab)
 hashtable_iterator ()
reference operator * () const
IUEi_STL_INLINE iteratoroperator++ ()
IUEi_STL_INLINE iterator operator++ (int)
bool operator== (const iterator &it) const
bool operator!= (const iterator &it) const

Public Attributes

nodecur
hash_tableht

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >)>
struct itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >


Member Typedef Documentation

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef hashtable_const_iterator<Value, Key, HashFcn, ExtractKey, EqualKey, Alloc> itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::const_iterator
 

Definition at line 185 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef const Value& itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::const_reference
 

Definition at line 189 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef hashtable<Value, Key, HashFcn, ExtractKey, EqualKey, Alloc> itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::hash_table
 

Definition at line 179 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef hashtable_iterator<Value, Key, HashFcn, ExtractKey, EqualKey, Alloc> itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::iterator
 

Definition at line 182 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef hashtable_node<Value> itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::node
 

Definition at line 186 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef Value& itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::reference
 

Definition at line 188 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
typedef vcl_size_t itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::size_type
 

Definition at line 187 of file itk_hashtable.h.


Constructor & Destructor Documentation

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::hashtable_iterator node n,
hash_table tab
[inline]
 

Definition at line 194 of file itk_hashtable.h.

References itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur, and itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::ht.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::hashtable_iterator  )  [inline]
 

Definition at line 195 of file itk_hashtable.h.


Member Function Documentation

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
reference itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator *  )  const [inline]
 

Definition at line 196 of file itk_hashtable.h.

References itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur, and itk::hashtable_node< Value >::val.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
bool itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator!= const iterator it  )  const [inline]
 

Definition at line 204 of file itk_hashtable.h.

References itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, class Alloc>
hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc > itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::operator++ int   )  [inline]
 

Definition at line 619 of file itk_hashtable.h.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, class Alloc>
hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc > & itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::operator++  )  [inline]
 

Definition at line 605 of file itk_hashtable.h.

References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bkt_num(), itk::hashtable_base< Value, Alloc >::buckets, itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur, itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::ht, itk::hashtable_node< Value >::next, and itk::hashtable_node< Value >::val.

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
bool itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator== const iterator it  )  const [inline]
 

Definition at line 201 of file itk_hashtable.h.

References itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur.


Member Data Documentation

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
node* itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::cur
 

Definition at line 191 of file itk_hashtable.h.

Referenced by itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::hashtable_iterator(), itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator *(), itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator!=(), itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator++(), and itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator==().

template<class Value, class Key, class HashFcn, class ExtractKey, class EqualKey, VCL_DFL_TYPE_PARAM_STLDECL(Alloc, std::allocator< char >) >
hash_table* itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::ht
 

Definition at line 192 of file itk_hashtable.h.

Referenced by itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::hashtable_iterator(), and itk::hashtable_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, >::operator++().


The documentation for this struct was generated from the following file:
Generated at Tue Aug 30 16:59:33 2005 for ITK by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2000