Namespaces | Functions
HasherInt.H File Reference

Optimized hashing functions. More...

Include dependency graph for HasherInt.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

unsigned HasherInt (const uint32_t *data, size_t length, unsigned seed=0)
 An optimized version of Hasher. More...
 
unsigned HasherDual (const uint32_t *data, size_t length, unsigned &hash1, unsigned &hash2)
 An optimized version of Hasher, returning dual hash values. More...
 

Detailed Description

Optimized hashing functions.

Original source file HasherInt.H

InNamespace Foam

See also
Hasher.H

Definition in file HasherInt.H.