#include <Teuchos_HashUtils.hpp>
Static Public Member Functions | |
| static int | nextPrime (int newCapacity) |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class T > | |
| int | hashCode (const T &x) |
| Standard interface for getting the hash code of an object. | |
| template<> | |
| int | hashCode (const int &x) |
| Get the hash code of an int. | |
| template<> | |
| int | hashCode (const double &x) |
| Get the hash code of a double. | |
| template<> | |
| int | hashCode (const bool &x) |
| Get the hash code of a bool. | |
| template<> | |
| int | hashCode (const std::string &x) |
| Get the hash code of a std::string. | |
Definition at line 47 of file Teuchos_HashUtils.hpp.
| int HashUtils::nextPrime | ( | int | newCapacity | ) | [static] |
Definition at line 44 of file Teuchos_HashUtils.cpp.
| int hashCode | ( | const std::string & | x | ) | [related] |
| int hashCode | ( | const bool & | x | ) | [related] |
| int hashCode | ( | const double & | x | ) | [related] |
| int hashCode | ( | const int & | x | ) | [related] |
| int hashCode | ( | const T & | x | ) | [related] |
Standard interface for getting the hash code of an object.
1.5.9