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

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Typedefs

template<class T >
using WordPairMap = HashTable< T, wordPair, Foam::Hash< wordPair > >
 
typedef HashSet< wordPair, Foam::Hash< wordPair > > wordPairHashSet
 A HashSet for a wordPair. More...
 
typedef HashTable< word, wordPair, Foam::Hash< wordPair > > wordPairHashTable
 HashTable of wordPair. More...
 

Detailed Description

Original source file wordPairHashes.H

Alias Foam::WordPairMap A HashTable to objects of type <T> with a wordPair key.

Definition in file wordPairHashes.H.