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

Detailed Description

Definition in file StaticHashTable.H.

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

Go to the source code of this file.

Classes

class  StaticHashTable< T, Key, Hash >
 STL conforming hash table. More...
class  StaticHashTable< T, Key, Hash >::Iterator< TRef, TableRef >
 An STL iterator. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

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