ORIGINAL
|
Non-cyclic singly linked list implementation. More...
Go to the source code of this file.
Classes | |
class | original::forwardChain< TYPE, ALLOC > |
A singly linked list implementation. More... | |
class | original::forwardChain< TYPE, ALLOC >::Iterator |
Iterator for forwardChain, supports single-direction traversal. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Non-cyclic singly linked list implementation.
This file provides an implementation of a singly linked list with efficient front and back operations. The class includes: