#include "streelist.h"
Go to the source code of this file.
Data Structures | |
class | Binary |
A node with two children. More... | |
class | NamedList |
A list that must have a name List. More... | |
class | Nullary |
A node without childrens. More... | |
class | Quadary |
A node with four children. More... | |
class | Ternary |
A node with three children. More... | |
class | Unary |
A node with one child. More... |