FreeFOAM The Cross-Platform CFD Toolkit
INew< T > Class Template Reference

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

#include <OpenFOAM/INew.H>


Detailed Description

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

A helper class when constructing from an Istream.

Definition at line 50 of file INew.H.

List of all members.

Public Member Functions

 INew ()
autoPtr< Toperator() (Istream &is) const
autoPtr< Toperator() (const word &, Istream &is) const

Constructor & Destructor Documentation

INew ( )
inline

Definition at line 55 of file INew.H.


Member Function Documentation

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

Definition at line 58 of file INew.H.

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

Definition at line 63 of file INew.H.


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