#include <streenamedlist.h>
Inheritance diagram for NamedList:

Public Member Functions | |
| NamedList (string name) | |
| Creates a list with given name. | |
| NamedList (string name, Node *statement) | |
| Creates a list with given name and first element/. | |
Definition at line 7 of file streenamedlist.h.
|
|
Creates a list with given name.
Definition at line 3 of file streenamedlist.cpp. |
|
||||||||||||
|
Creates a list with given name and first element/.
Definition at line 4 of file streenamedlist.cpp. References List::push_back(). |
1.3.3