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 | UList< T > |
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscript bounds checking, etc. More... | |
class | HashTable< T, Key, Hash > |
An STL-conforming hash table. More... | |
class | HashPtrTable< T, Key, Hash > |
A HashTable specialization for hashing pointers. More... | |
class | Tuple2< Type1, Type2 > |
A 2-tuple for storing two objects of different types. More... | |
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.