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. | |
Non-cyclic doubly linked list implementation.
Provides a bidirectional linked list container with efficient front/back operations. Features include: