Go to the documentation of this file.
38 #ifndef PtrDictionary_H
39 #define PtrDictionary_H
PtrDictionary(const label size=128)
Construct given initial table size.
A class for handling words, derived from string.
Template dictionary class which manages the storage associated with it.
const T & operator[](const word &key) const
Find and return entry.
A helper class when constructing from an Istream or dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
friend Ostream & operator(Ostream &, const DictionaryBase< IDLListType, T > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
T & operator[](const word &key)
Find and return entry.
Base dictionary class templated on both the form of doubly-linked list it uses as well as the type it...