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

Public Member Functions | |
| Nullary (string name) | |
| Creates Nullary element with given name. | |
| virtual ostream & | php (ostream &os) const |
| Writes node to the stream as php. | |
| virtual Node * | copy () const |
| Copies the node. | |
Definition at line 17 of file streenamedlist.h.
|
|
Creates Nullary element with given name.
Definition at line 8 of file streenamedlist.cpp. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from List. Reimplemented in EmptyStatement. Definition at line 15 of file streenamedlist.cpp. References List::getName(), and Nullary(). |
|
|
Writes node to the stream as php.
Reimplemented from List. Reimplemented in EmptyStatement. Definition at line 10 of file streenamedlist.cpp. References List::getName(). |
1.3.3