Open CASCADE Technology
6.9.0
|
#include <SelectMgr_CompareResults.hxx>
Public Member Functions | |
SelectMgr_CompareResults (const SelectMgr_IndexedDataMapOfOwnerCriterion &aMapOfCriterion) | |
Standard_Boolean | IsLower (const Standard_Integer &, const Standard_Integer &) const |
Returns True if <Left> is lower than <Right>. More... | |
Standard_Boolean | IsGreater (const Standard_Integer &, const Standard_Integer &) const |
Returns True if <Left> is greater than <Right>. More... | |
Public Member Functions inherited from TCollection_CompareOfInteger | |
TCollection_CompareOfInteger () | |
Public Member Functions inherited from TCollection_PrivCompareOfInteger | |
virtual Standard_Boolean | IsEqual (const Standard_Integer &Left, const Standard_Integer &Right) const |
|
inline |
|
inlinevirtual |
Returns True if <Left> is greater than <Right>.
Reimplemented from TCollection_CompareOfInteger.
|
inlinevirtual |
Returns True if <Left> is lower than <Right>.
Reimplemented from TCollection_CompareOfInteger.