Public Member Functions | List of all members
INew< T > Class Template Reference

A helper class when constructing from an Istream or dictionary. More...

Public Member Functions

 INew ()
 Construct null. More...
 
autoPtr< Toperator() (Istream &is) const
 Construct from Istream. More...
 
autoPtr< Toperator() (const word &, Istream &is) const
 Construct from word and Istream. More...
 
autoPtr< Toperator() (const dictionary &dict) const
 Construct from dictionary. More...
 
autoPtr< Toperator() (const word &, const dictionary &dict) const
 Construct from word and dictionary. More...
 

Detailed Description

template<class T>
class Foam::INew< T >

A helper class when constructing from an Istream or dictionary.

Definition at line 49 of file INew.H.

Constructor & Destructor Documentation

INew ( )
inline

Construct null.

Definition at line 55 of file INew.H.

Member Function Documentation

autoPtr<T> operator() ( Istream is) const
inline

Construct from Istream.

Definition at line 59 of file INew.H.

References Foam::New().

Here is the call graph for this function:

autoPtr<T> operator() ( const word ,
Istream is 
) const
inline

Construct from word and Istream.

Definition at line 65 of file INew.H.

References Foam::New().

Here is the call graph for this function:

autoPtr<T> operator() ( const dictionary dict) const
inline

Construct from dictionary.

Definition at line 71 of file INew.H.

References Foam::New().

Here is the call graph for this function:

autoPtr<T> operator() ( const word ,
const dictionary dict 
) const
inline

Construct from word and dictionary.

Definition at line 77 of file INew.H.

References Foam::New().

Here is the call graph for this function:


The documentation for this class was generated from the following file: