|
Open CASCADE Technology 6.5.2
|
#include <TCollection_CompareOfInteger.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TCollection_CompareOfInteger () | |
| virtual Standard_Boolean | IsLower (const Standard_Integer &Left, const Standard_Integer &Right) const |
| Returns True if <Left> is lower than <Right>. | |
| virtual Standard_Boolean | IsGreater (const Standard_Integer &Left, const Standard_Integer &Right) const |
| Returns True if <Left> is greater than <Right>. | |
| TCollection_CompareOfInteger::TCollection_CompareOfInteger | ( | ) |
| virtual Standard_Boolean TCollection_CompareOfInteger::IsGreater | ( | const Standard_Integer & | Left, |
| const Standard_Integer & | Right | ||
| ) | const [virtual] |
Reimplemented from TCollection_PrivCompareOfInteger.
Reimplemented in SelectMgr_CompareResults.
| virtual Standard_Boolean TCollection_CompareOfInteger::IsLower | ( | const Standard_Integer & | Left, |
| const Standard_Integer & | Right | ||
| ) | const [virtual] |
Reimplemented from TCollection_PrivCompareOfInteger.
Reimplemented in SelectMgr_CompareResults.
| void TCollection_CompareOfInteger::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_PrivCompareOfInteger.
| void* TCollection_CompareOfInteger::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_PrivCompareOfInteger.
| void* TCollection_CompareOfInteger::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_PrivCompareOfInteger.
1.7.4