xapian-core
1.4.26
|
Public Member Functions | |
InvertedQuery_ (const InvertedQuery_ &o) | |
operator Query () const | |
Private Member Functions | |
void | operator= (const InvertedQuery_ &) |
InvertedQuery_ (const Query &query_) | |
Private Attributes | |
const Query & | query |
Friends | |
const InvertedQuery_ | operator~ (const Query &q) |
const Query | operator & (const Query &a, const InvertedQuery_ &b) |
Combine two Xapian::Query objects using OP_AND_NOT. More... | |
const Query | operator &= (Query &a, const InvertedQuery_ &b) |
Combine two Xapian::Query objects using OP_AND_NOT with result in the first. More... | |
|
inlineexplicitprivate |
|
inline |
|
inline |
Definition at line 709 of file query.h.
References Xapian::Query::OP_AND_NOT, Xapian::operator &(), and Xapian::operator &=().
|
private |
|
friend |
Combine two Xapian::Query objects using OP_AND_NOT.
E.g. Xapian::Query q = q1 &~ q2;
|
friend |
Combine two Xapian::Query objects using OP_AND_NOT with result in the first.
E.g. q1 &=~ q2;
|
friend |
|
private |
Definition at line 699 of file query.h.
Referenced by Xapian::operator &(), and Xapian::operator &=().