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

Dynamic singly linked list. More...

#include <tpl_slist.H>
#include <cstddef>
#include <stdexcept>
#include <utility>
#include <ah-errors.H>
Include dependency graph for tpl_dynSlist.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Dynamic singly linked list.

Author
Leandro Rabindranath León

Definition in file tpl_dynSlist.H.