|
ORIGINAL
|
Non-cyclic doubly linked list implementation. More...
#include "doubleDirectionIterator.h"#include "array.h"#include "baseList.h"#include "iterationStream.h"

Go to the source code of this file.
Classes | |
| class | original::chain< TYPE, ALLOC > |
| Non-cyclic doubly linked list container. More... | |
| class | original::chain< TYPE, ALLOC >::Iterator |
| Bidirectional iterator implementation for chain. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
| namespace | std |
| Standard namespace extensions for original::alternative. | |
Functions | |
| template<typename TYPE , typename ALLOC > | |
| void | std::swap (original::chain< TYPE, ALLOC > &lhs, original::chain< TYPE, ALLOC > &rhs) noexcept |
| Specialization of std::swap for original::chain. | |
Non-cyclic doubly linked list implementation.
Provides a bidirectional linked list container with efficient front/back operations. Features include: