Go to the documentation of this file.
40 #ifndef PtrListDictionary_H
41 #define PtrListDictionary_H
const T & operator[](const word &key) const
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
auto key(const Type &t) -> typename std::enable_if< std::is_enum< Type >::value, typename std::underlying_type< Type >::type >::type
PtrListDictionary(const label 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 *)
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 list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
T & operator[](const word &key)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base dictionary class templated on both the form of doubly-linked list it uses as well as the type it...