Pyrogenesis  trunk
Public Types | Public Member Functions | Protected Attributes | List of all members
DynHashTbl< Key, T, Traits >::iterator Class Reference

#include <dyn_hash_tbl.h>

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef T value_type
 
typedef ptrdiff_t difference_type
 
typedef const Tpointer
 
typedef const Treference
 

Public Member Functions

 iterator ()
 
 iterator (T *pos_, T *end_)
 
Toperator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &rhs) const
 
bool operator< (const iterator &rhs) const
 
const Toperator-> () const
 
bool operator!= (const iterator &rhs) const
 
iterator operator++ (int)
 

Protected Attributes

Tpos
 
Tend
 

Member Typedef Documentation

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef ptrdiff_t DynHashTbl< Key, T, Traits >::iterator::difference_type
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef std::forward_iterator_tag DynHashTbl< Key, T, Traits >::iterator::iterator_category
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef const T* DynHashTbl< Key, T, Traits >::iterator::pointer
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef const T& DynHashTbl< Key, T, Traits >::iterator::reference
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef T DynHashTbl< Key, T, Traits >::iterator::value_type

Constructor & Destructor Documentation

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
DynHashTbl< Key, T, Traits >::iterator::iterator ( )
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
DynHashTbl< Key, T, Traits >::iterator::iterator ( T pos_,
T end_ 
)
inline

Member Function Documentation

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
bool DynHashTbl< Key, T, Traits >::iterator::operator!= ( const iterator rhs) const
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
T& DynHashTbl< Key, T, Traits >::iterator::operator* ( ) const
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
iterator& DynHashTbl< Key, T, Traits >::iterator::operator++ ( )
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
iterator DynHashTbl< Key, T, Traits >::iterator::operator++ ( int  )
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
const T* DynHashTbl< Key, T, Traits >::iterator::operator-> ( ) const
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
bool DynHashTbl< Key, T, Traits >::iterator::operator< ( const iterator rhs) const
inline
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
bool DynHashTbl< Key, T, Traits >::iterator::operator== ( const iterator rhs) const
inline

Member Data Documentation

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
T* DynHashTbl< Key, T, Traits >::iterator::end
protected
template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
T* DynHashTbl< Key, T, Traits >::iterator::pos
protected

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