Urho3D
Public Member Functions | Public Attributes
Urho3D::ListIteratorBase Struct Reference

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

#include <ListBase.h>

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

List of all members.

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: