![]() |
Qt 4.8
|
Carries a staticType() implementation appropriate for functions which returns a singleton value derived from its first argument. More...
#include <qaggregator_p.h>
Carries a staticType() implementation appropriate for functions which returns a singleton value derived from its first argument.
One example of such a function is FloorFN, implementing fn:floor()
, which returns a single value of the same type as the first argument, or the empty sequence if the first argument evaluates to the empty sequence.
Aggregator is abstract, and exists for saving code. It is inherited by classes which needs the staticType() implementation this class provides.
Definition at line 79 of file qaggregator_p.h.
|
virtual |
Reimplemented from QPatternist::FunctionCall.
Definition at line 51 of file qaggregator.cpp.