Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Iter Class Reference

#include <List.h>

Collaboration diagram for Iter:

List of all members.

Public Members

Void Begin (List &list)
Void Inc ()
Bool AtEnd ()
T& Data ()
Void Delete ()
Void InsertBefore (Node *node)
Void InsertAfter (Node *node)
Listcursor


Detailed Description

template<class T> class Iter

Definition at line 82 of file List.h.


Member Function Documentation

template<class T>
Bool Iter<T>::AtEnd () [inline]

Definition at line 93 of file List.h.

template<class T>
Void Iter<T>::Begin (List & list) [inline]

Definition at line 87 of file List.h.

template<class T>
T & Iter<T>::Data () [inline]

Definition at line 95 of file List.h.

template<class T>
Void Iter<T>::Delete () [inline]

Definition at line 98 of file List.h.

template<class T>
Void Iter<T>::Inc () [inline]

Definition at line 89 of file List.h.

template<class T>
Void Iter<T>::InsertAfter (Node * node) [inline]

Definition at line 102 of file List.h.

template<class T>
Void Iter<T>::InsertBefore (Node * node) [inline]

Definition at line 100 of file List.h.


Member Data Documentation

template<class T>
List * Iter<T>::cursor

Definition at line 85 of file List.h.


The documentation for this class was generated from the following file:
Generated at Sat Aug 5 00:16:34 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000