SearchQuery

Undocumented in source.

Constructors

this
this(SearchExpr* expr)
Undocumented in source.
this
this(T value)
Undocumented in source.

Members

Aliases

and
alias and = applyBinOpImpl!('&')
Undocumented in source.
andNot
alias andNot = applyBinOpImpl!('&', true)
Undocumented in source.
or
alias or = applyBinOpImpl!('|')
Undocumented in source.
orNot
alias orNot = applyBinOpImpl!('|', true)
Undocumented in source.

Functions

applyBinOp
SearchQuery applyBinOp(char op, const(SearchExpr)* newTerm)
Undocumented in source. Be warned that the author may not have intended to support it.
not
SearchQuery not(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
not
SearchQuery not(const(SearchExpr)* term)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

query
const(SearchExpr)* query;
Undocumented in source.

Meta