text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

List::ListNode Struct Reference

List of all members.

Detailed Description

A node on the list.

Definition at line 51 of file ListP.h.

Public Attributes

ListItemType item
ListNodenext


Member Data Documentation

ListItemType List::ListNode::item
 

A data item on the list.

Definition at line 54 of file ListP.h.

Referenced by List::insert(), List::List(), and List::retrieve().

ListNode* List::ListNode::next
 

Pointer to next node.

Definition at line 56 of file ListP.h.

Referenced by List::find(), List::insert(), List::List(), and List::remove().


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

Generated on Sun Aug 27 13:05:57 2006 for AWLogo by  doxygen 1.4.6