Open CASCADE Technology
7.7.0
|
#include <BOPDS_PairMapHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const BOPDS_Pair &thePair, const Standard_Integer theUpperBound) |
Computes a hash code for the given pair, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const BOPDS_Pair &thePair1, const BOPDS_Pair &thePair2) |
|
inlinestatic |
Computes a hash code for the given pair, in the range [1, theUpperBound].
thePair | the pair which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inlinestatic |