Go to the source code of this file.
Classes | |
class | HashList< Type, Key, Hash > |
HashList class. Like HashTable, but much less dynamic memory-y. Should be faster for small sets of non-dynamic primitive types (labels, edges, points, etc...). It is also much less functional at present. There is no re-sizing, so you have to make sure it is constructed sufficiently large to hold all the data that will ever be inserted into it. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Original source file HashList.H
Definition in file HashList.H.