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

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