A class that can be inherited from to allow inserting into a DoublyLinkedList. More...
#include <AH/Containers/LinkedList.hpp>
 Collaboration diagram for DoublyLinkable< Node >:Protected Member Functions | |
| virtual | ~DoublyLinkable ()=default | 
Protected Attributes | |
| Node * | next = nullptr | 
| Node * | previous = nullptr | 
A class that can be inherited from to allow inserting into a DoublyLinkedList.
| Node | The type of the nodes of the list. | 
Definition at line 320 of file LinkedList.hpp.
      
  | 
  protectedvirtualdefault | 
      
  | 
  protected | 
Definition at line 323 of file LinkedList.hpp.
      
  | 
  protected | 
Definition at line 324 of file LinkedList.hpp.