|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic singly linked list. More...
#include <tpl_slist.H>#include <cstddef>#include <stdexcept>#include <utility>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| class | Aleph::DynSlist< T > |
Dynamic list of elements of type T implemented with a singly linked list of nodes. More... | |
| class | Aleph::DynSlist< T >::Iterator |
Iterator specialized for DynSlist returning payload references. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic singly linked list.
Definition in file tpl_dynSlist.H.