|
Open CASCADE Technology
7.8.0.dev
|
#include <Standard_Integer.hxx>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 |
1.8.13