#include "OW_config.h"
#include "OW_Assertion.hpp"
#include "OW_WQLOperation.hpp"
#include "OW_WQLOperand.hpp"
#include "OW_WQLCompile.hpp"
#include "OW_Format.hpp"
#include "OW_Stack.hpp"
#include <iostream>
#include <algorithm>
Include dependency graph for OW_WQLCompile.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Functions | |
bool | OW_NAMESPACE::operator== (const WQLCompile::term_el &x, const WQLCompile::term_el &y) |
bool | OW_NAMESPACE::operator!= (const WQLCompile::term_el &x, const WQLCompile::term_el &y) |
template<class T> | |
static bool | OW_NAMESPACE::_Compare (const T &x, const T &y, WQLOperation op) |
static bool | OW_NAMESPACE::_Evaluate (const WQLOperand &lhs, const WQLOperand &rhs, WQLOperation op) |