#include <AH/Containers/LinkedList.hpp>
Base class for doubly linked list iterators.
Definition at line 25 of file LinkedList.hpp.
Inheritance diagram for DoublyLinkedList< Node >::node_iterator_base< INode >:
Collaboration diagram for DoublyLinkedList< Node >::node_iterator_base< INode >:Public Member Functions | |
| node_iterator_base (INode *node) | |
| bool | operator!= (const node_iterator_base &rhs) const |
| bool | operator== (const node_iterator_base &rhs) const |
| INode & | operator* () const |
| INode * | operator-> () const |
Protected Attributes | |
| INode * | node |
Definition at line 27 of file LinkedList.hpp.
|
inline |
Definition at line 29 of file LinkedList.hpp.
|
inline |
Definition at line 33 of file LinkedList.hpp.
Definition at line 37 of file LinkedList.hpp.
Definition at line 42 of file LinkedList.hpp.
Definition at line 48 of file LinkedList.hpp.