#include <AH/Containers/LinkedList.hpp>
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 317 of file LinkedList.hpp.
Protected Member Functions | |
virtual | ~DoublyLinkable ()=default |
DoublyLinkable ()=default | |
DoublyLinkable (const DoublyLinkable &) | |
DoublyLinkable & | operator= (const DoublyLinkable &) |
DoublyLinkable (DoublyLinkable &&) | |
DoublyLinkable & | operator= (DoublyLinkable &&) |
Protected Attributes | |
Node * | next = nullptr |
Node * | previous = nullptr |
|
protectedvirtualdefault |
|
protecteddefault |
|
inlineprotected |
Definition at line 325 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 332 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 328 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 335 of file LinkedList.hpp.
|
protected |
Definition at line 320 of file LinkedList.hpp.
|
protected |
Definition at line 321 of file LinkedList.hpp.