data) that contains the list element ai.
			next) that points to the node containing list element
				ai + 1.
		
T& Value() - Returns a reference to the data member of the node.
			LinkedListNode* Next()  - Returns a copy of the pointer to the next node.
		
linkedlistnode.h (original),
		
		linkedlistnode.h (copy), ListTest.cpp
 

This page was last modified on Feb 22, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/LinkedListNodes.html