Zen
A cross-platform functional programming language

qpair Class Reference

Query expression pair. More...

#include <zbl.hpp>

Inheritance diagram for qpair:
qvisitorT< qpair > qexpr

List of all members.

Public Member Functions

 qpair (const qexpr &lhs, const qexpr &rhs)
 Default constructor.
const qexprgetLhs () const
 Returns the LHS of the expression.
const qexprgetRhs () const
 Returns the RHS of the expression.

Private Attributes

const qexpr_lhs
 The LHS expression.
const qexpr_rhs
 The RHS expression.

Detailed Description

Query expression pair.


Constructor & Destructor Documentation

qpair ( const qexpr lhs,
const qexpr rhs 
) [inline, explicit]

Default constructor.

Parameters:
lhsLHS of pair
rhsRHS of pair

Member Function Documentation

const qexpr& getLhs ( ) const [inline]

Returns the LHS of the expression.

Returns:
The LHS expression
const qexpr& getRhs ( ) const [inline]

Returns the RHS of the expression.

Returns:
The RHS expression

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines