Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Class DynHashTbl::iterator

   in adts.h

class DynHashTbl::iterator


Inner Classes, Typedefs, and Enums
typedef DynHashTbl::iterator::difference_type
          
typedef DynHashTbl::iterator::iterator_category
          
typedef DynHashTbl::iterator::pointer
          
typedef DynHashTbl::iterator::reference
          
typedef DynHashTbl::iterator::value_type
          
 
Field Summary
protected T* end
          
protected T* pos
          
 
Constructor Summary
iterator( T* pos_, T* end_ )
          
iterator()
          
 
Method Summary
 bool operator!=( const iterator& rhs ) const
          
 T& operator*() const
          
 iterator operator++( int )
          
 iterator& operator++()
          
 const T* operator->() const
          
 bool operator<( const iterator& rhs ) const
          
 bool operator==( const iterator& rhs ) const
          
 

Field Detail

end

protected T* end;

pos

protected T* pos;


Constructor Detail

iterator

public iterator( T* pos_, T* end_ );

iterator

public iterator();


Method Detail

operator!=

public bool operator!=( const iterator& rhs ) const;

operator*

public T& operator*() const;

operator++

public iterator operator++( int );

operator++

public iterator& operator++();

operator->

public const T* operator->() const;

operator<

public bool operator<( const iterator& rhs ) const;

operator==

public bool operator==( const iterator& rhs ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD