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

Go to the source code of this file.

Classes

class  Hash< T >
 Hash function class. The default definition is for primitives, non-primitives used to hash entries on hash tables likely need a specialized version of this class. More...
 
struct  Hash< Foam::label >
 Hash specialization for label. More...
 
struct  Hash< Foam::string >
 Hash specialization for string. More...
 
struct  Hash< Foam::word >
 Hash specialization for word. More...
 
struct  Hash< Foam::fileName >
 Hash specialization for fileName. More...
 
struct  Hash< Foam::wordRe >
 Hash specialization for wordRe. More...
 
struct  Hash< Foam::keyType >
 Hash specialization for keyType. More...
 
struct  Hash< void * >
 Hash specialization for pointers, interpret pointer as a integer type. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Detailed Description

Original source file Hash.H

Definition in file Hash.H.