TListIter Iterator of linked list.
Create a new list iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.
Copy ctor.
Overridden assignment operator.
Overloaded assignment operator.
Return next object in the list. Returns 0 when no more objects in list.
Returns the object option stored in the list.
Sets the object option stored in the list.
Reset list iterator.
This operator compares two TIterator objects.
This operator compares two TListIter objects.
{ }
{ return fList; }
{ return (fCurCursor ? fCurCursor->GetObject() : nullptr); }