#include <scheme.hpp>
Inheritance diagram for SchListConstructor:


This class is similar to SListConstructor, and is used to create Scheme lists. The difference is that
Definition at line 120 of file scheme.hpp.
Public Member Functions | |
| SchListConstructor () | |
| ~SchListConstructor () | |
| SchReference | operator| (const SchReference &t) const |
| SchReference | operator^ (const SchReference &other) const |
| SchReference | operator~ () const |
| SReference | operator| (const SReference &t) const |
| SReference | operator^ (const SReference &other) const |
|
|
Definition at line 122 of file scheme.hpp. |
|
|
Definition at line 123 of file scheme.hpp. |
|
|
Definition at line 125 of file scheme.hpp. References PTheEmptyList. |
|
|
Definition at line 127 of file scheme.hpp. References PTheEmptyList. |
|
|
Definition at line 130 of file scheme.hpp. References PTheEmptyList. |
|
|
Definition at line 680 of file sexpress.hpp. References PTheEmptyList. |
|
|
Definition at line 682 of file sexpress.hpp. References PTheEmptyList. |
1.4.1