Qt 4.8
|
Contains the implementations for the functions fn:max()
, MaxFN, and fn:min()
, MinFN, and the class ComparingAggregator.
More...
#include "qabstractfloat_p.h"
#include "qdecimal_p.h"
#include "qcastingplatform_p.h"
#include "qcomparisonplatform_p.h"
#include "qliteral_p.h"
#include "qaggregator_p.h"
#include "quntypedatomicconverter_p.h"
#include "qpatternistlocale_p.h"
#include "qcomparingaggregator.cpp"
Go to the source code of this file.
Classes | |
class | QPatternist::ComparingAggregator< oper, result > |
Base class for the implementations of the fn:min() and fn:max() function. More... | |
Namespaces | |
QPatternist | |
The namespace for the internal API of QtXmlPatterns. | |
Typedefs | |
typedef ComparingAggregator< AtomicComparator::OperatorGreaterThan, AtomicComparator::GreaterThan > | QPatternist::MaxFN |
An instantiation of ComparingAggregator suitable for fn:max() . More... | |
typedef ComparingAggregator< AtomicComparator::OperatorLessThan, AtomicComparator::LessThan > | QPatternist::MinFN |
An instantiation of ComparingAggregator suitable for fn:max() . More... | |
Contains the implementations for the functions fn:max()
, MaxFN, and fn:min()
, MinFN, and the class ComparingAggregator.
Definition in file qcomparingaggregator_p.h.