Open CASCADE Technology
7.4.0
|
Data Structures | |
class | NCollection_DefaultHasher< TheKeyType > |
Functions | |
template<class TheKeyType > | |
Standard_Integer | HashCode_Proxy (const TheKeyType &theKey, const Standard_Integer theUpperBound) |
Returns hash code for the given key, in the range [1, theUpperBound]. More... | |
template<class TheKeyType > | |
Standard_Boolean | IsEqual (const TheKeyType &theKey1, const TheKeyType &theKey2) |
template<class TheKeyType > | |
Standard_Boolean | IsEqual_Proxy (const TheKeyType &theKey1, const TheKeyType &theKey2) |
|
inline |
Returns hash code for the given key, in the range [1, theUpperBound].
TheKeyType | the type of the given key |
theKey | the key which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inline |
|
inline |