#include <query_impl.hh>
Public Member Functions | |
SelStmt () | |
SelStmt (Prop::ID id, CompOP op, const ParamType &parm) | |
bool | operator== (const SelStmt &rhs) |
Data Fields | |
Prop::ID | sel_id |
CompOP | comp_op |
ParamType | param |
Definition at line 118 of file query_impl.hh.
SelStmt | ( | ) | [inline] |
Definition at line 122 of file query_impl.hh.
Definition at line 126 of file query_impl.hh.
bool operator== | ( | const SelStmt & | rhs | ) | [inline] |
Definition at line 131 of file query_impl.hh.
Definition at line 120 of file query_impl.hh.
Definition at line 121 of file query_impl.hh.
Definition at line 119 of file query_impl.hh.