OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
SelStmt Struct Reference

#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
 

Detailed Description

Definition at line 118 of file query_impl.hh.

Constructor & Destructor Documentation

SelStmt ( )
inline

Definition at line 122 of file query_impl.hh.

SelStmt ( Prop::ID  id,
CompOP  op,
const ParamType parm 
)
inline

Definition at line 126 of file query_impl.hh.

Member Function Documentation

bool operator== ( const SelStmt rhs)
inline

Definition at line 131 of file query_impl.hh.

Field Documentation

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.


The documentation for this struct was generated from the following file: