Open CASCADE Technology
7.5.0
|
#include <Standard_Type.hxx>
#include <Standard_Transient.hxx>
#include <TCollection_ExtendedString.hxx>
#include <TCollection_HExtendedString.hxx>
#include <Standard_Failure.hxx>
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 implimentation 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 |