#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 321 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 329 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 336 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 332 of file LinkedList.hpp.
|
inlineprotected |
Definition at line 339 of file LinkedList.hpp.
|
protected |
Definition at line 324 of file LinkedList.hpp.
|
protected |
Definition at line 325 of file LinkedList.hpp.