52 #ifndef Patternist_AbstractFloatMathematician_H 53 #define Patternist_AbstractFloatMathematician_H 73 template <const
bool isDouble>
#define QT_END_NAMESPACE
This macro expands to.
virtual Item calculate(const Item &o1, const Operator op, const Item &o2, const QExplicitlySharedDataPointer< DynamicContext > &context) const
AbstractFloatMathematician(const SourceLocationReflection *const r)
AbstractFloatMathematician< true > DoubleMathematician
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
Contains functions used for formatting arguments, such as keywords and paths, in translated strings...
Represents an item in the XPath 2.0 Data Model.
Performs arithmetics between AbstractFloat values (Float and Double classes).
Contains class Numeric. This file was originally called qnumeric_p.h, but various build systems canno...
Base class for classes that performs arithmetic operations between atomic values. ...
AbstractFloatMathematician< false > FloatMathematician
Base class for all instances that represents something at a certain location.