Open CASCADE Technology
7.7.0
|
Functions | |
Standard_Integer | HashCode (const Handle< TCollection_HExtendedString > &theHExtendedString, const Standard_Integer theUpperBound) |
Basic CASCADE definitions. More... | |
Standard_Boolean | IsEqual (const Handle< TCollection_HExtendedString > &theStr1, const Handle< TCollection_HExtendedString > &theStr2) |
|
inline |
Basic CASCADE definitions.
Methods inline implementation for HExtendedString Computes a hash code for the given handle referred to extended string, in the range [1, theUpperBound]
theHExtendedString | the handle referred to extended string which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inline |