Urho3D::ListIteratorBase Struct Reference

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

#include <ListBase.h>

Inheritance diagram for Urho3D::ListIteratorBase:
[legend]
Collaboration diagram for Urho3D::ListIteratorBase:
[legend]

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:
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Container/ListBase.h