|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic doubly linked list implementation. More...
#include <ahFunctional.H>#include <ahDry.H>#include <ah-dry.H>#include <ah-args-ctor.H>#include <ahIterator.H>#include <ah-iterator.H>#include <tpl_dnode.H>#include <stdexcept>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| class | Aleph::DynDlist< T > |
| Dynamic doubly linked list with O(1) size and bidirectional access. More... | |
| class | Aleph::DynDlist< T >::Iterator |
| Iterator dynamic list. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic doubly linked list implementation.
This file provides DynDlist, a dynamic doubly linked list that supports efficient insertion and removal at both ends, bidirectional iteration, and a rich set of functional operations (map, filter, fold, etc.).
Definition in file tpl_dynDlist.H.