autoPtr< T > operator()(const dictionary &dict) const
New from dictionary.
INew() noexcept=default
Default construct.
autoPtr< T > operator()(Istream &is) const
New from Istream.
autoPtr< T > operator()(const word &, const dictionary &dict) const
New from word (unused) and dictionary.
autoPtr< T > operator()(const word &, Istream &is) const
New from word (unused) and Istream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling words, derived from Foam::string.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)