#include <OW_WQLCompile.hpp>
Collaboration diagram for OW_NAMESPACE::WQLCompile::term_el:

Public Member Functions | |
| term_el () | |
| term_el (bool mark_, WQLOperation op_, const WQLOperand &opn1_, const WQLOperand &opn2_) | |
| void | negate () |
Public Attributes | |
| bool | mark |
| WQLOperation | op |
| WQLOperand | opn1 |
| WQLOperand | opn2 |
Definition at line 42 of file OW_WQLCompile.hpp.
|
|
Definition at line 44 of file OW_WQLCompile.hpp. |
|
||||||||||||||||||||
|
Definition at line 46 of file OW_WQLCompile.hpp. |
|
|
Definition at line 46 of file OW_WQLCompile.cpp. References op, OW_NAMESPACE::WQL_EQ, OW_NAMESPACE::WQL_GE, OW_NAMESPACE::WQL_GT, OW_NAMESPACE::WQL_LE, OW_NAMESPACE::WQL_LT, and OW_NAMESPACE::WQL_NE. |
|
|
Definition at line 53 of file OW_WQLCompile.hpp. |
|
|
Definition at line 54 of file OW_WQLCompile.hpp. Referenced by negate(), and OW_NAMESPACE::operator==(). |
|
|
Definition at line 55 of file OW_WQLCompile.hpp. Referenced by OW_NAMESPACE::operator==(). |
|
|
Definition at line 56 of file OW_WQLCompile.hpp. Referenced by OW_NAMESPACE::operator==(). |
1.4.6