Open CASCADE Technology  6.9.1
Public Member Functions
TCollection_CompareOfInteger Class Reference

#include <TCollection_CompareOfInteger.hxx>

Inheritance diagram for TCollection_CompareOfInteger:
Inheritance graph
[legend]

Public Member Functions

 TCollection_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 TCollection_PrivCompareOfInteger
virtual Standard_Boolean IsEqual (const Standard_Integer &Left, const Standard_Integer &Right) const
 

Constructor & Destructor Documentation

TCollection_CompareOfInteger::TCollection_CompareOfInteger ( )

Member Function Documentation

virtual Standard_Boolean TCollection_CompareOfInteger::IsGreater ( const Standard_Integer Left,
const Standard_Integer Right 
) const
virtual

Returns True if <Left> is greater than <Right>.

Reimplemented from TCollection_PrivCompareOfInteger.

Reimplemented in SelectMgr_CompareResults.

virtual Standard_Boolean TCollection_CompareOfInteger::IsLower ( const Standard_Integer Left,
const Standard_Integer Right 
) const
virtual

Returns True if <Left> is lower than <Right>.

Reimplemented from TCollection_PrivCompareOfInteger.

Reimplemented in SelectMgr_CompareResults.


The documentation for this class was generated from the following file: