|
Standard_Integer | Abs (const Standard_Integer Value) |
|
Standard_Boolean | IsEven (const Standard_Integer Value) |
|
Standard_Boolean | IsOdd (const Standard_Integer Value) |
|
Standard_Integer | Max (const Standard_Integer Val1, const Standard_Integer Val2) |
|
Standard_Integer | Min (const Standard_Integer Val1, const Standard_Integer Val2) |
|
Standard_Integer | Modulus (const Standard_Integer Value, const Standard_Integer Divisor) |
|
Standard_Integer | Square (const Standard_Integer Value) |
|
Standard_Integer | IntegerFirst () |
|
Standard_Integer | IntegerLast () |
|
Standard_Integer | IntegerSize () |
|
template<typename TheInteger > |
opencascade::std::enable_if< opencascade::is_integer< TheInteger >::value, Standard_Integer >::type | IntegerHashCode (const TheInteger theValue, const typename opencascade::disable_deduction< TheInteger >::type theMask, const Standard_Integer theUpperBound) |
| Computes a hash code for the given value of some integer type, in range [1, theUpperBound].
|
|
Standard_Integer | HashCode (const Standard_Integer theValue, const Standard_Integer theUpperBound) |
| Computes a hash code for the given value of the Standard_Integer type, in range [1, theUpperBound].
|
|
Standard_Boolean | IsEqual (const Standard_Integer theOne, const Standard_Integer theTwo) |
|
Standard_Integer | HashCode (const unsigned int theValue, const Standard_Integer theUpperBound) |
| Computes a hash value for the given unsigned integer, in range [1, theUpperBound].
|
|
Standard_Integer | HashCode (const long long int theValue, const Standard_Integer theUpperBound) |
| Computes a hash code for the given value of the "long long int" type, in range [1, theUpperBound].
|
|