Iterate the nodes of the list. More...
#include <List.h>
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 > |
Iterate the nodes of the list.
Definition at line 69 of file List.h.