|
OpenStructure
|
#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.
|
inline |
Definition at line 122 of file query_impl.hh.
Definition at line 126 of file query_impl.hh.
|
inline |
Definition at line 131 of file query_impl.hh.
| CompOP comp_op |
Definition at line 120 of file query_impl.hh.
| ParamType param |
Definition at line 121 of file query_impl.hh.
| Prop::ID sel_id |
Definition at line 119 of file query_impl.hh.