Urho3D::ListIteratorBase Struct Reference
Urho3D::ListIteratorBase Struct Reference
  Doubly-linked list iterator base class. More...
#include <Urho3D/Container/ListBase.h>
Inheritance diagram for Urho3D::ListIteratorBase:
Collaboration diagram for Urho3D::ListIteratorBase:
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 | |
| ListNodeBase * | ptr_ | 
| Node pointer.  | |
Detailed Description
Doubly-linked list iterator base class.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Container/ListBase.h
 
