Open CASCADE Technology
7.7.0
|
#include <Interface_MapAsciiStringHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const TCollection_AsciiString &theAsciiString, Standard_Integer theUpperBound) |
Computes a hash code for the given ASCII string, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const TCollection_AsciiString &K1, const TCollection_AsciiString &K2) |
|
static |
Computes a hash code for the given ASCII string, in the range [1, theUpperBound].
theAsciiString | the ASCII string which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |