37#ifndef Foam_PtrDictionary_H
38#define Foam_PtrDictionary_H
Non-intrusive doubly-linked pointer list.
Base dictionary class templated on both the form of doubly-linked list it uses as well as the type it...
friend Ostream & operator(Ostream &, const DictionaryBase< DLPtrList< T >, T > &)
A helper class when constructing from an Istream or dictionary.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Template class for non-intrusive linked PtrLists.
Template dictionary class which manages the storage associated with it.
PtrDictionary(const PtrDictionary &dict)
Copy construct.
T & operator[](const word &key)
Find and return entry.
PtrDictionary(Istream &is, const INew &inew)
Construct from Istream using given Istream constructor class.
const T & operator[](const word &key) const
Find and return entry.
PtrDictionary(const label size=128)
Construct given initial table size.
PtrDictionary(Istream &is)
Construct from Istream.
A class for handling words, derived from Foam::string.