Zen
A cross-platform functional programming language
|
Query expression pair. More...
#include <zbl.hpp>
Public Member Functions | |
qpair (const qexpr &lhs, const qexpr &rhs) | |
Default constructor. | |
const qexpr & | getLhs () const |
Returns the LHS of the expression. | |
const qexpr & | getRhs () const |
Returns the RHS of the expression. | |
Private Attributes | |
const qexpr & | _lhs |
The LHS expression. | |
const qexpr & | _rhs |
The RHS expression. |
Query expression pair.
Default constructor.
lhs | LHS of pair |
rhs | RHS of pair |
const qexpr& getLhs | ( | ) | const [inline] |
Returns the LHS of the expression.
const qexpr& getRhs | ( | ) | const [inline] |
Returns the RHS of the expression.