

Go to the source code of this file.
Classes | |
| class | List< T > |
| A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More... | |
| class | StaticHashTable< T, Key, Hash > |
| STL conforming hash table. More... | |
| struct | StaticHashTableCore |
| Template-invariant bits for StaticHashTable. More... | |
| struct | StaticHashTableCore::iteratorEnd |
| A zero-sized end iterator. More... | |
| class | StaticHashTable< T, Key, Hash > |
| STL conforming hash table. More... | |
| class | StaticHashTable< T, Key, Hash >::Iterator< TRef, TableRef > |
| An STL iterator. More... | |
| class | StaticHashTable< 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 &, StaticHashTable< T, Key, Hash > &) |
| template<class T , class Key , class Hash > | |
| Ostream & | operator<< (Ostream &, const StaticHashTable< T, Key, Hash > &) |
Original source file StaticHashTable.H
Definition in file StaticHashTable.H.
1.8.11