HashTableFwd.H File Reference

Forwards for various hash table types. More...

Go to the source code of this file.

Classes

class  HashSet< Key, Hash >
 A HashTable with keys but without contents that is similar to std::unordered_set. More...
 
class  HashTable< T, Key, Hash >
 A HashTable similar to std::unordered_map. More...
 
class  HashPtrTable< T, Key, Hash >
 A HashTable of pointers to objects of type <T>, with deallocation management of the pointers. More...
 
class  Map< T >
 A HashTable to objects of type <T> with a label key. More...
 
class  PtrMap< T >
 A HashTable of pointers to objects of type <T> with a label key. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Detailed Description

Forwards for various hash table types.

Original source file HashTableFwd.H

InNamespace Foam

Definition in file HashTableFwd.H.