Loading...
Searching...
No Matches
HashTable.H File Reference
Include dependency graph for HashTable.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HashTable< T, Key, Hash >
 A HashTable similar to std::unordered_map. More...
class  HashTable< T, Key, Hash >::Iterator< Const >
 Internally used base for iterator and const_iterator. More...
class  HashTable< T, Key, Hash >::iterator
 Forward iterator with non-const access. More...
class  HashTable< T, Key, Hash >::const_iterator
 Forward iterator with const access. More...
class  HashTable< T, Key, Hash >::key_iterator_base< Iter >
 An iterator wrapper for returning a reference to the key. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T, class Key, class Hash>
Istreamoperator>> (Istream &, HashTable< T, Key, Hash > &tbl)
template<class T, class Key, class Hash>
Ostreamoperator<< (Ostream &, const HashTable< T, Key, Hash > &)

Detailed Description

Original source file HashTable.H

Definition in file HashTable.H.