Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
 

Detailed Description

template<typename Key, typename T, typename Traits = DHT_Traits<Key,T>>
class DynHashTbl< Key, T, Traits >::iterator

Definition at line 169 of file dyn_hash_tbl.h.

Member Typedef Documentation

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef ptrdiff_t DynHashTbl< Key, T, Traits >::iterator::difference_type

Definition at line 174 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef std::forward_iterator_tag DynHashTbl< Key, T, Traits >::iterator::iterator_category

Definition at line 172 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef const T* DynHashTbl< Key, T, Traits >::iterator::pointer

Definition at line 175 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef const T& DynHashTbl< Key, T, Traits >::iterator::reference

Definition at line 176 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
typedef T DynHashTbl< Key, T, Traits >::iterator::value_type

Definition at line 173 of file dyn_hash_tbl.h.

Constructor & Destructor Documentation

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

Definition at line 178 of file dyn_hash_tbl.h.

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

Definition at line 181 of file dyn_hash_tbl.h.

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

Definition at line 209 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
T& DynHashTbl< Key, T, Traits >::iterator::operator* ( ) const
inline

Definition at line 184 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
iterator& DynHashTbl< Key, T, Traits >::iterator::operator++ ( )
inline

Definition at line 188 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
iterator DynHashTbl< Key, T, Traits >::iterator::operator++ ( int  )
inline

Definition at line 213 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
const T* DynHashTbl< Key, T, Traits >::iterator::operator-> ( ) const
inline

Definition at line 205 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
bool DynHashTbl< Key, T, Traits >::iterator::operator< ( const iterator rhs) const
inline

Definition at line 199 of file dyn_hash_tbl.h.

template<typename Key , typename T , typename Traits = DHT_Traits<Key,T>>
bool DynHashTbl< Key, T, Traits >::iterator::operator== ( const iterator rhs) const
inline

Definition at line 195 of file dyn_hash_tbl.h.

Member Data Documentation

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

Definition at line 220 of file dyn_hash_tbl.h.

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

Definition at line 219 of file dyn_hash_tbl.h.


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