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 | ListHashTable< T, Key, Hash > |
STL conforming hash table using contiguous lists rather than linked lists. More... | |
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... | |
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.