

Go to the source code of this file.
Classes | |
| struct | ListHashTableCore |
| Template-invariant bits for ListHashTable. More... | |
| struct | ListHashTableCore::iteratorEnd |
| A zero-sized end iterator. More... | |
| class | ListHashTable< T, Key, Hash > |
| STL conforming hash table using contiguous lists rather than linked lists. More... | |
| class | ListHashTable< T, Key, Hash >::Iterator< TRef, TableRef > |
| An STL iterator. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T , class Key , class Hash > | |
| Istream & | operator>> (Istream &, ListHashTable< T, Key, Hash > &) |
| template<class T , class Key , class Hash > | |
| Ostream & | operator<< (Ostream &, const ListHashTable< T, Key, Hash > &) |
Original source file ListHashTable.H
Definition in file ListHashTable.H.