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