Base class for doubly linked list iterators. More...
#include <AH/Containers/LinkedList.hpp>
Public Member Functions | |
| node_iterator_base (INode *node) | |
| bool | operator!= (const node_iterator_base &rhs) const | 
| INode & | operator* () const | 
Protected Attributes | |
| INode * | node | 
Base class for doubly linked list iterators.
Definition at line 31 of file LinkedList.hpp.
      
  | 
  inline | 
Definition at line 33 of file LinkedList.hpp.
      
  | 
  inline | 
Definition at line 35 of file LinkedList.hpp.
      
  | 
  inline | 
Definition at line 39 of file LinkedList.hpp.
      
  | 
  protected | 
Definition at line 45 of file LinkedList.hpp.
 1.8.16