MP3
Linked Lists
Public Member Functions | Private Attributes | List of all members
ListIterator Class Reference
Inheritance diagram for ListIterator:
[legend]
Collaboration diagram for ListIterator:
[legend]

Public Member Functions

 ListIterator (ListNode *x)
 
ListIteratoroperator++ ()
 
ListIterator operator++ (int)
 
ListIteratoroperator-- ()
 
ListIterator operator-- (int)
 
bool operator== (const ListIterator &rhs)
 
bool operator!= (const ListIterator &rhs)
 
const T & operator* ()
 
const T * operator-> ()
 

Private Attributes

ListNode * position_
 

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