| Urho3D
    | 
Doubly-linked list iterator base class. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/ListBase.h>
 
  
| 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. | |
Doubly-linked list iterator base class.
 1.8.17
 1.8.17