Dry
Public Member Functions | Public Attributes | List of all members
Dry::ListIteratorBase Struct Reference

Doubly-linked list iterator base class. More...

#include <Dry/Container/ListBase.h>

Inheritance diagram for Dry::ListIteratorBase:
Dry::List< T >::ConstIterator Dry::List< T >::Iterator

Public Member Functions

 ListIteratorBase ()
 Construct.
 
 ListIteratorBase (ListNodeBase *ptr)
 Construct with a node pointer.
 
bool operator== (const ListIteratorBase &rhs) const
 Test for equality with another iterator.
 
bool operator!= (const ListIteratorBase &rhs) const
 Test for inequality with another iterator.
 
void GotoNext ()
 Go to the next node.
 
void GotoPrev ()
 Go to the previous node.
 

Public Attributes

ListNodeBaseptr_
 Node pointer.
 

Detailed Description

Doubly-linked list iterator base class.


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