FreeFOAM The Cross-Platform CFD Toolkit
HashTable.H File Reference

Detailed Description

Definition in file HashTable.H.

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

Go to the source code of this file.

Classes

class  HashTable< T, Key, Hash >
 An STL-conforming hash table. More...
struct  HashTable< T, Key, Hash >::hashedEntry
class  HashTable< T, Key, Hash >::iterator
 An STL-conforming iterator. More...
class  HashTable< T, Key, Hash >::const_iterator
 An STL-conforming const_iterator. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T , class Key , class Hash >
Istream & operator>> (Istream &, HashTable< T, Key, Hash > &)
template<class T , class Key , class Hash >
Ostream & operator<< (Ostream &, const HashTable< T, Key, Hash > &)
 TemplateName (HashTable)