#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 string &x) |
| Get the hash code of a string. | |
Definition at line 47 of file Teuchos_HashUtils.hpp.
|
||||||||||
|
Standard interface for getting the hash code of an object.
|
|
||||||||||
|
Get the hash code of an int.
Definition at line 74 of file Teuchos_HashUtils.hpp. |
|
||||||||||
|
Get the hash code of a double.
Definition at line 82 of file Teuchos_HashUtils.hpp. |
|
||||||||||
|
Get the hash code of a bool.
Definition at line 90 of file Teuchos_HashUtils.hpp. |
|
||||||||||
|
Get the hash code of a string.
Definition at line 99 of file Teuchos_HashUtils.hpp. |
1.3.9.1