#include <AH/Settings/Warnings.hpp>
#include <AH/Debug/Debug.hpp>
#include <AH/Math/MinMaxFix.hpp>
#include <stdlib.h>
#include <AH/STL/iterator>
Go to the source code of this file.
Classes | |
class | DoublyLinkedList< Node > |
A class for doubly linked lists. More... | |
class | DoublyLinkedList< Node >::node_iterator_base< INode > |
Base class for doubly linked list iterators. More... | |
class | DoublyLinkedList< Node >::node_iterator< INode > |
Forward bidirectional doubly linked list iterator. More... | |
class | DoublyLinkedList< Node >::reverse_node_iterator< INode > |
Reverse bidirectional doubly linked list iterator. More... | |
class | DoublyLinkable< Node > |
A class that can be inherited from to allow inserting into a DoublyLinkedList. More... | |