Givaro 4.2.1
HashTable< T, Key >::Iterator Class Reference

#include <givhashtable.h>

Public Member Functions

 Iterator (HashTable< T, Key > &r)
 
 operator int () const
 
int isend () const
 
void next ()
 
curr_item ()
 
Key curr_key ()
 

Constructor & Destructor Documentation

◆ Iterator()

template<class T, class Key>
Iterator ( HashTable< T, Key > & r)
inline

Member Function Documentation

◆ operator int()

template<class T, class Key>
operator int ( ) const
inline

◆ isend()

template<class T, class Key>
int isend ( ) const
inline

◆ next()

template<class T, class Key>
void next ( )
inline

◆ curr_item()

template<class T, class Key>
T curr_item ( )
inline

◆ curr_key()

template<class T, class Key>
Key curr_key ( )
inline

The documentation for this class was generated from the following file: