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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual Standard_Boolean | IsLower (const Standard_Real &Left, const Standard_Real &Right) const |
| virtual Standard_Boolean | IsGreater (const Standard_Real &Left, const Standard_Real &Right) const |
| Standard_Boolean | IsEqual (const Standard_Real &Left, const Standard_Real &Right) const |
| Standard_Boolean PCollection_PrivCompareOfReal::IsEqual | ( | const Standard_Real & | Left, |
| const Standard_Real & | Right | ||
| ) | const |
| virtual Standard_Boolean PCollection_PrivCompareOfReal::IsGreater | ( | const Standard_Real & | Left, |
| const Standard_Real & | Right | ||
| ) | const [virtual] |
Reimplemented in PCollection_CompareOfReal.
| virtual Standard_Boolean PCollection_PrivCompareOfReal::IsLower | ( | const Standard_Real & | Left, |
| const Standard_Real & | Right | ||
| ) | const [virtual] |
Reimplemented in PCollection_CompareOfReal.
| void PCollection_PrivCompareOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in PCollection_CompareOfReal.
| void* PCollection_PrivCompareOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in PCollection_CompareOfReal.
| void* PCollection_PrivCompareOfReal::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in PCollection_CompareOfReal.
1.7.4