#include <itk_hashtable.h>
Collaboration diagram for itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >:
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_const_iterator (const node *n, const hash_table *tab) | |
hashtable_const_iterator () | |
hashtable_const_iterator (const iterator &it) | |
const_reference | operator * () const |
IUEi_STL_INLINE const_iterator & | operator++ () |
IUEi_STL_INLINE const_iterator | operator++ (int) |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
Public Attributes | |
const node * | cur |
const hash_table * | ht |
|
|
Definition at line 222 of file itk_hashtable.h. Referenced by itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::operator *(). |
|
Definition at line 214 of file itk_hashtable.h. Referenced by itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hashtable_const_iterator(). |
|
Definition at line 216 of file itk_hashtable.h. Referenced by itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hashtable_const_iterator(). |
|
|
Definition at line 221 of file itk_hashtable.h. |
|
Definition at line 220 of file itk_hashtable.h. Referenced by itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::operator++(). |
|
|
Definition at line 228 of file itk_hashtable.h. |
|
|
|
|
Definition at line 642 of file itk_hashtable.h. References itk::hashtable_const_iterator< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::const_iterator. |
|
|
|
|