

Go to the source code of this file.
Classes | |
| struct | HashTableCore |
| Template-invariant bits for HashTable. More... | |
| struct | HashTableCore::iteratorEnd |
| A zero-sized end iterator. More... | |
| class | HashTable< T, Key, Hash > |
| An STL-conforming hash table. More... | |
| class | HashTable< T, Key, Hash >::iteratorBase |
| The iterator base for HashTable. More... | |
| 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 | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T , class Key , class Hash > | |
| void | writeEntry (Ostream &os, const HashTable< T, Key, Hash > &ht) |
| 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 > &) |
Original source file HashTable.H
Definition in file HashTable.H.