|
Teuchos - Trilinos Tools Package
Version of the Day
|
Utilities for generating hashcodes. More...
#include <Teuchos_HashUtils.hpp>
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. | |
Utilities for generating hashcodes.
Definition at line 60 of file Teuchos_HashUtils.hpp.
| int hashCode | ( | const T & | x | ) | [related] |
Standard interface for getting the hash code of an object.
| int hashCode | ( | const int & | x | ) | [related] |
Get the hash code of an int.
Definition at line 87 of file Teuchos_HashUtils.hpp.
| int hashCode | ( | const double & | x | ) | [related] |
Get the hash code of a double.
Definition at line 95 of file Teuchos_HashUtils.hpp.
| int hashCode | ( | const bool & | x | ) | [related] |
Get the hash code of a bool.
Definition at line 103 of file Teuchos_HashUtils.hpp.
| int hashCode | ( | const std::string & | x | ) | [related] |
Get the hash code of a std::string.
Definition at line 112 of file Teuchos_HashUtils.hpp.
1.7.6.1