#include <sexpress.hpp>
Inheritance diagram for SListConstructor:
This pseudoclass is not a data structure at all. It is created for its set of operations, primarily for operator|(). Only one instance of the class is needed, and it is usually named L. This allows to create lists naturally, like (L| 1, 2, 3)
Definition at line 675 of file sexpress.hpp.
Public Member Functions | |
SListConstructor () | |
~SListConstructor () | |
SReference | operator| (const SReference &t) const |
SReference | operator^ (const SReference &other) const |
|
Definition at line 677 of file sexpress.hpp. |
|
Definition at line 678 of file sexpress.hpp. |
|
Definition at line 680 of file sexpress.hpp. References PTheEmptyList. |
|
Definition at line 682 of file sexpress.hpp. References PTheEmptyList. |