Hash specialization for hashing pointer addresses. More...
#include <src/OpenFOAM/primitives/hashes/Hash/Hash.H>
Hash specialization for hashing pointer addresses.
Treat a pointer like a long. This should work for both 32-bit and 64-bit pointers.
Definition at line 77 of file Hash.H.
Public Member Functions | |
Hash () | |
unsigned | operator() (const void *const &p, unsigned seed) const |
unsigned | operator() (const void *const &p) const |
unsigned operator() | ( | const void *const & | p, |
unsigned | seed | ||
) | const [inline]
|