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

New from word (unused) and Istream.
Definition at line 66 of file INew.H.
References Foam::New().

|
inline |
New from dictionary.
Definition at line 74 of file INew.H.
References dict, and Foam::New().

|
inline |
New from word (unused) and dictionary.
Definition at line 82 of file INew.H.
References dict, and Foam::New().
