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

DblIter Class Reference

#include <List.h>

Collaboration diagram for DblIter:

List of all members.

Public Members

Void Begin (DblNode *list)
Void Inc ()
Void Dec ()
Bool AtEnd ()
T& Data ()
Void Delete ()
Void InsertBefore (DblNode *node)
Void InsertAfter (DblNode *node)
DblNodecursor


Detailed Description

template<class T> class DblIter

Definition at line 157 of file List.h.


Member Function Documentation

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

Definition at line 170 of file List.h.

template<class T>
Void DblIter<T>::Begin (DblNode * list) [inline]

Definition at line 162 of file List.h.

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

Definition at line 172 of file List.h.

template<class T>
Void DblIter<T>::Dec () [inline]

Definition at line 166 of file List.h.

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

Definition at line 174 of file List.h.

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

Definition at line 163 of file List.h.

template<class T>
Void DblIter<T>::InsertAfter (DblNode * node) [inline]

Definition at line 178 of file List.h.

template<class T>
Void DblIter<T>::InsertBefore (DblNode * node) [inline]

Definition at line 176 of file List.h.


Member Data Documentation

template<class T>
DblNode * DblIter<T>::cursor

Definition at line 160 of file List.h.


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