Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

WvVector< T >::Iter Class Reference

#include <wvvector.h>

Collaboration diagram for WvVector< T >::Iter:

[legend]
List of all members.

Detailed Description

template<class T>
class WvVector< T >::Iter

A simple iterator that walks through all elements in the list.

Definition at line 142 of file wvvector.h.

Public Member Functions

 Iter (WvVector< T > &_list)
void rewind ()
bool next ()
bool cur ()
Tptr () const
 WvIterStuff (T)

Protected Member Functions

 Iter (WvVector< T > *_list)
 _list is allowed to be NULL, and this will still work.


Constructor & Destructor Documentation

template<class T>
WvVector< T >::Iter::Iter WvVector< T > *  _list  )  [inline, protected]
 

_list is allowed to be NULL, and this will still work.

Definition at line 149 of file wvvector.h.

template<class T>
WvVector< T >::Iter::Iter WvVector< T > &  _list  )  [inline]
 

Definition at line 153 of file wvvector.h.


Member Function Documentation

template<class T>
bool WvVector< T >::Iter::cur  )  [inline]
 

Definition at line 160 of file wvvector.h.

Referenced by WvVector< T >::Iter::next().

template<class T>
bool WvVector< T >::Iter::next  )  [inline]
 

Definition at line 158 of file wvvector.h.

References WvVector< T >::Iter::cur().

template<class T>
T* WvVector< T >::Iter::ptr  )  const [inline]
 

Definition at line 163 of file wvvector.h.

template<class T>
void WvVector< T >::Iter::rewind  )  [inline]
 

Definition at line 156 of file wvvector.h.

template<class T>
WvVector< T >::Iter::WvIterStuff T   ) 
 


The documentation for this class was generated from the following file:
Generated on Sat Feb 21 21:07:26 2004 for WvStreams by doxygen 1.3.5