Open CASCADE Technology
7.4.0
|
ElemHasher defines HashCode for Element, which is : ask a Element its HashCode ! Because this is the Element itself which brings the HashCode for its Key. More...
#include <MoniTool_ElemHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const Handle< MoniTool_Element > &theElement, Standard_Integer theUpperBound) |
Returns hash code for the given element, in the range [1, theUpperBound]. Asks theElement its HashCode, then transforms it to be in the required range. More... | |
static Standard_Boolean | IsEqual (const Handle< MoniTool_Element > &K1, const Handle< MoniTool_Element > &K2) |
Returns True if two keys are the same. The test does not work on the Elements themselves but by calling their methods Equates. More... | |
ElemHasher defines HashCode for Element, which is : ask a Element its HashCode ! Because this is the Element itself which brings the HashCode for its Key.
This class complies to the template given in TCollection by MapHasher itself
|
static |
Returns hash code for the given element, in the range [1, theUpperBound]. Asks theElement its HashCode, then transforms it to be in the required range.
theElement | the element which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |
Returns True if two keys are the same. The test does not work on the Elements themselves but by calling their methods Equates.