A helper class when constructing from an Istream or dictionary. More...
Public Member Functions | |
INew () | |
Construct null. More... | |
autoPtr< T > | operator() (Istream &is) const |
Construct from Istream. More... | |
autoPtr< T > | operator() (const word &, Istream &is) const |
Construct from word and Istream. More... | |
autoPtr< T > | operator() (const dictionary &dict) const |
Construct from dictionary. More... | |
autoPtr< T > | operator() (const word &, const dictionary &dict) const |
Construct from word and dictionary. More... | |
A helper class when constructing from an Istream or dictionary.
Construct from Istream.
Definition at line 59 of file INew.H.
References Foam::compressible::New().
Construct from word and Istream.
Definition at line 65 of file INew.H.
References Foam::compressible::New().
|
inline |
Construct from dictionary.
Definition at line 71 of file INew.H.
References Foam::compressible::New().
|
inline |
Construct from word and dictionary.
Definition at line 77 of file INew.H.
References Foam::compressible::New().