FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

InfoProxy< T > Class Template Reference

A helper class for outputting values to Ostream. More...

#include <OpenFOAM/InfoProxy.H>


Detailed Description

template<class T>
class Foam::InfoProxy< T >

A helper class for outputting values to Ostream.

Definition at line 50 of file InfoProxy.H.

List of all members.

Public Member Functions

 InfoProxy (const T &t)

Public Attributes

const T &  t_

Friends

Ostream &  operator (Ostream &, const InfoProxy< T > &)

Constructor & Destructor Documentation

InfoProxy ( const T &   t  ) [inline]

Definition at line 56 of file InfoProxy.H.


Friends And Related Function Documentation

Ostream& operator ( Ostream &   ,
const InfoProxy< T > &    
) [friend]

Member Data Documentation

const T& t_

Definition at line 54 of file InfoProxy.H.


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