FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

StaticHashTable.H File Reference


Detailed Description

Definition in file StaticHashTable.H.

#include "src/OpenFOAM/primitives/ints/label/label.H"
#include "src/OpenFOAM/primitives/ints/uLabel/uLabel.H"
#include "src/OpenFOAM/primitives/strings/word/word.H"
#include "src/OpenFOAM/memory/Xfer/Xfer.H"
#include "src/OpenFOAM/db/typeInfo/className.H"
#include "src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H"
Include dependency graph for StaticHashTable.H:

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)