Qt 4.8
|
Functor used by Qt's qSort() and qStableSort(). Used for FLWOR's order by
expression.
More...
Public Functions | |
bool | operator() (const Item &item1, const Item &item2) const |
qLess (const OrderBy::OrderSpec::Vector &orderspecs, const DynamicContext::Ptr &context) | |
Static Private Functions | |
static bool | isNaN (const Item &i) |
Properties | |
const DynamicContext::Ptr & | m_context |
const OrderBy::OrderSpec::Vector & | m_orderSpecs |
Functor used by Qt's qSort() and qStableSort(). Used for FLWOR's order by
expression.
This must be in the global namespace, since it is specializing qLess(), which is in the global namespace. Hence it can't be in QPatternist.
Definition at line 85 of file qorderby.cpp.
|
inline |
Definition at line 96 of file qorderby.cpp.
Definition at line 89 of file qorderby.cpp.
Definition at line 104 of file qorderby.cpp.
|
private |
Definition at line 165 of file qorderby.cpp.
|
private |
Definition at line 164 of file qorderby.cpp.