Open CASCADE Technology
7.6.0
|
#include <Standard_Integer.hxx>
Functions | |
Standard_Integer | HashCode (const void *const thePointer, const Standard_Integer theUpperBound) |
Returns a hash code of the given memory pointer. More... | |
Standard_Boolean | IsEqual (const Standard_Address One, const Standard_Address Two) |
|
inline |
Returns a hash code of the given memory pointer.
thePointer | the memory pointer which hash code it to be computed |
theUpperBound | the upper bound of the range a resulting hash code must be within |
|
inline |