Go to the documentation of this file.
38 #ifndef PtrListDictionary_H
39 #define PtrListDictionary_H
const T & operator[](const word &key) const
Find and return entry.
A class for handling words, derived from string.
A class for managing temporary objects.
PtrListDictionary(const label size)
Construct given initial list size.
Template dictionary class which manages the storage associated with it.
A helper class when constructing from an Istream or dictionary.
autoPtr< T > set(const label, const word &key, T *)
Set element to pointer provided and return old element.
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)
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
T & operator[](const word &key)
Find and return entry.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base dictionary class templated on both the form of doubly-linked list it uses as well as the type it...