A helper class when constructing from an Istream or dictionary. More...
#include <INew.H>
Public Member Functions | |
| INew () noexcept=default | |
| Default construct. | |
| autoPtr< T > | operator() (Istream &is) const |
| New from Istream. | |
| autoPtr< T > | operator() (const word &, Istream &is) const |
| New from word (unused) and Istream. | |
| autoPtr< T > | operator() (const dictionary &dict) const |
| New from dictionary. | |
| autoPtr< T > | operator() (const word &, const dictionary &dict) const |
| New from word (unused) and dictionary. | |
A helper class when constructing from an Istream or dictionary.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
|
inline |
|
inline |