next up previous contents
Next: Inform Up: DLinkList Previous: Nonvirtual member functions

Method of use

This is a template, so a new linked list is created as follows: DLinkList<int> intLinkedList; Once created, new items can be added or removed, and the list may be iterated through by the use of reset, get, next, and prev routines.



Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999