|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Typed singly linked node. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Snode< T > |
Singly linked node that stores data of type T. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Typed singly linked node.
Singly linked node storing data of type T.
Definition in file tpl_snode.H.