Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_dynDlist.H File Reference

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>
Include dependency graph for tpl_dynDlist.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.).

Author
Leandro Rabindranath León

Definition in file tpl_dynDlist.H.