CQueryAndOperation implements the hit intersection or "and" operator: for example, "Mother&&father". More...
#include <QueryNode.h>
CQueryAndOperation implements the hit intersection or "and" operator: for example, "Mother&&father".
CQueryAndOperation::CQueryAndOperation | ( | ) |
void CQueryAndOperation::Evaluate | ( | ) | [virtual] |
Reimplemented from CQueryNode.
References CQueryNode::Evaluate(), CQueryNode::GetNegation(), CQueryBinaryOperationNode::hits_and_positions_difference(), CQueryBinaryOperationNode::hits_and_positions_intersection(), CQueryBinaryOperationNode::hits_and_positions_union(), CQueryBinaryOperationNode::m_pChild1, CQueryBinaryOperationNode::m_pChild2, and CQueryNode::SetNegation().