52 #ifndef Patternist_UnaryExpression_H 53 #define Patternist_UnaryExpression_H
#define QT_END_NAMESPACE
This macro expands to.
UnaryExpression(const AtomicMathematician::Operator op, const Expression::Ptr &operand, const StaticContext::Ptr &context)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
Implements XPath 2.0 unary expression, (-|+)ValueExpr.
#define QT_BEGIN_NAMESPACE
This macro expands to.
Implements arithmetics, such as multiplication and subtraction.
The namespace for the internal API of QtXmlPatterns.
virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const
Represents an item in the XPath 2.0 Data Model.