Qt 4.8
|
Compares xs:base64Binary
and xs:hexBinary
values.
More...
#include <qatomiccomparators_p.h>
Public Functions | |
virtual bool | equals (const Item &op1, const Item &op2) const |
Public Functions inherited from QPatternist::AtomicComparator | |
AtomicComparator () | |
virtual ComparisonResult | compare (const Item &op1, const AtomicComparator::Operator op, const Item &op2) const |
virtual | ~AtomicComparator () |
Public Functions inherited from QPatternist::AtomicTypeVisitorResult | |
AtomicTypeVisitorResult () | |
virtual | ~AtomicTypeVisitorResult () |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Compares xs:base64Binary
and xs:hexBinary
values.
Definition at line 134 of file qatomiccomparators_p.h.
Determines whether op1
and op2
are equal. It is the same as calling compare() and checking whether the return value is Equal, but since comparison testing is such a common operation, this specialized function exists.
op1
and op2
are equal.op1 | the first operand |
op2 | the second operand |
Implements QPatternist::AtomicComparator.
Definition at line 114 of file qatomiccomparators.cpp.