Open CASCADE Technology  7.6.0
Static Public Member Functions

Transfer_FindHasher Class Reference

FindHasher defines HashCode for Finder, which is : ask a Finder its HashCode ! Because this is the Finder itself which brings the HashCode for its Key. More...

#include <Transfer_FindHasher.hxx>

Static Public Member Functions

static Standard_Integer HashCode (const Handle< Transfer_Finder > &theFinder, Standard_Integer theUpperBound)
 Returns hash code for the given finder, in the range [1, theUpperBound]. Asks the finder its hash code, then transforms it to be in the required range. More...
 
static Standard_Boolean IsEqual (const Handle< Transfer_Finder > &K1, const Handle< Transfer_Finder > &K2)
 Returns True if two keys are the same. The test does not work on the Finders themselves but by calling their methods Equates. More...
 

Detailed Description

FindHasher defines HashCode for Finder, which is : ask a Finder its HashCode ! Because this is the Finder itself which brings the HashCode for its Key.

This class complies to the template given in TCollection by MapHasher itself

Member Function Documentation

◆ HashCode()

static Standard_Integer Transfer_FindHasher::HashCode ( const Handle< Transfer_Finder > &  theFinder,
Standard_Integer  theUpperBound 
)
static

Returns hash code for the given finder, in the range [1, theUpperBound]. Asks the finder its hash code, then transforms it to be in the required range.

Parameters
theFinderthe finder which hash code is to be computed
theUpperBoundthe upper bound of the range a computing hash code must be within
Returns
a computed hash code, in the range [1, theUpperBound]

◆ IsEqual()

static Standard_Boolean Transfer_FindHasher::IsEqual ( const Handle< Transfer_Finder > &  K1,
const Handle< Transfer_Finder > &  K2 
)
static

Returns True if two keys are the same. The test does not work on the Finders themselves but by calling their methods Equates.


The documentation for this class was generated from the following file: