HashTable.H File Reference
Include dependency graph for HashTable.H:

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 >
Istream & operator>> (Istream &, HashTable< T, Key, Hash > &)
 
template<class T , class Key , class Hash >
Ostream & operator<< (Ostream &, const HashTable< T, Key, Hash > &)
 

Detailed Description

Original source file HashTable.H

Definition in file HashTable.H.