|
Open CASCADE Technology
6.7.1
|
#include <PCollection_CompareOfInteger.hxx>

Public Member Functions | |
| PCollection_CompareOfInteger () | |
| virtual Standard_Boolean | IsLower (const Standard_Integer &Left, const Standard_Integer &Right) const |
| Returns True if <Left> is lower than <Right>. More... | |
| virtual Standard_Boolean | IsGreater (const Standard_Integer &Left, const Standard_Integer &Right) const |
| Returns True if <Left> is greater than <Right>. More... | |
Public Member Functions inherited from PCollection_PrivCompareOfInteger | |
| Standard_Boolean | IsEqual (const Standard_Integer &Left, const Standard_Integer &Right) const |
| PCollection_CompareOfInteger::PCollection_CompareOfInteger | ( | ) |
|
virtual |
Returns True if <Left> is greater than <Right>.
Reimplemented from PCollection_PrivCompareOfInteger.
|
virtual |
Returns True if <Left> is lower than <Right>.
Reimplemented from PCollection_PrivCompareOfInteger.
1.8.5