Open CASCADE Technology
7.5.0
|
#include <Standard_TypeDef.hxx>
Functions | |
Standard_Integer | HashCode (Standard_ExtString theExtString, Standard_Integer theUpperBound) |
Computes a hash code for the given wide character string, in the range [1, theUpperBound]. More... | |
Standard_Integer HashCode | ( | Standard_ExtString | theExtString, |
Standard_Integer | theUpperBound | ||
) |
Computes a hash code for the given wide character string, in the range [1, theUpperBound].
theExtString | the wide character string which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |