List< T >::Iterator Class Reference

Iterate the nodes of the list. More...

#include <List.h>

Inheritance diagram for List< T >::Iterator:
IIterator< T >

List of all members.

Public Member Functions

 Iterator (_listnode< T > *head)
 Iterator (const Iterator &li)
virtual bool Next ()
virtual bool Prev ()
virtual T Current ()
virtual T & CurrentRef ()

Friends

class List< T >

Detailed Description

template<typename T>
class List< T >::Iterator

Iterate the nodes of the list.

Definition at line 69 of file List.h.


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