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

HashTable.H File Reference


Detailed Description

Definition in file HashTable.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/HashTable/HashTableI.H"
Include dependency graph for HashTable.H:

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)