next up previous contents
Next: About this document Up: The List Class Previous: Protected Members

Private Members

tex2html_wrap_inline7610 List_Node<Type> *head, *tail: These two data members store pointers to the first and last elements of the list respectively. They are updated as new items are added to the list.

tex2html_wrap_inline7610 int count: This data member maintains a count of the number of elements currently in the list. Its value may be accessed by the num_elements() member function.



Donald Craig
Mon Jul 8 12:05:35 NDT 1996