Open CASCADE Technology 6.6.0
|
#include <PCollection_PrivCompareOfInteger.hxx>
Public Member Functions | |
virtual Standard_Boolean | IsLower (const Standard_Integer &Left, const Standard_Integer &Right) const |
virtual Standard_Boolean | IsGreater (const Standard_Integer &Left, const Standard_Integer &Right) const |
Standard_Boolean | IsEqual (const Standard_Integer &Left, const Standard_Integer &Right) const |
Standard_Boolean PCollection_PrivCompareOfInteger::IsEqual | ( | const Standard_Integer & | Left, |
const Standard_Integer & | Right | ||
) | const |
virtual Standard_Boolean PCollection_PrivCompareOfInteger::IsGreater | ( | const Standard_Integer & | Left, |
const Standard_Integer & | Right | ||
) | const [virtual] |
Reimplemented in PCollection_CompareOfInteger.
virtual Standard_Boolean PCollection_PrivCompareOfInteger::IsLower | ( | const Standard_Integer & | Left, |
const Standard_Integer & | Right | ||
) | const [virtual] |
Reimplemented in PCollection_CompareOfInteger.