39#ifndef Foam_Dictionary_H
40#define Foam_Dictionary_H
68 explicit Dictionary(
const label initialCapacity = 128)
Intrusive doubly-linked list.
T * remove(const word &keyword)
bool erase(const word &keyword)
Remove an entry specified by keyword and delete the pointer.
Dictionary(const Dictionary &dict)
Copy construct.
Dictionary(const label initialCapacity=128)
Default construct, or with initial table capacity.
DictionaryBase< IDLList< T >, T > dict_type
The template instance used for the dictionary content.
A class for handling words, derived from Foam::string.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)