Hash< PrimitiveType > Class Template Reference
Hash function class for primitives. All non-primitives used to hash entries on hash tables likely need a specialized version of this class.
More...
List of all members.
Detailed Description
template<class PrimitiveType>
class Foam::Hash< PrimitiveType >
Hash function class for primitives. All non-primitives used to hash entries on hash tables likely need a specialized version of this class.
Definition at line 43 of file Hash.H.
Constructor & Destructor Documentation
Member Function Documentation
| unsigned operator() |
( |
const PrimitiveType & |
p, |
|
|
unsigned |
seed | |
|
) |
| | const [inline] |
| unsigned operator() |
( |
const PrimitiveType & |
p |
) |
const [inline] |
| unsigned operator() |
( |
const edge & |
e, |
|
|
unsigned |
seed | |
|
) |
| | const [inline] |
| unsigned operator() |
( |
const edge & |
e |
) |
const [inline] |
| unsigned operator() |
( |
const triFace & |
t, |
|
|
unsigned |
seed | |
|
) |
| | const [inline] |
| unsigned operator() |
( |
const triFace & |
t |
) |
const [inline] |
The documentation for this class was generated from the following file:
- src/OpenFOAM/primitives/hashes/Hash/Hash.H
Copyright © 2000-2009 OpenCFD Ltd