MeshKit  1.0
mstream Class Reference

Print something on console and file using redirection symbol <<, open a file in your program: <mstream object>="">.coss.open (m_LogName.c_str(), std::ios::out);. More...

#include <mstream.hpp>

List of all members.

Public Member Functions

 mstream ()
 ~mstream ()
mstreamoperator<< (std::ostream &(*pfun)(std::ostream &))

Public Attributes

std::ofstream coss

Detailed Description

Print something on console and file using redirection symbol <<, open a file in your program: <mstream object>="">.coss.open (m_LogName.c_str(), std::ios::out);.

Definition at line 13 of file mstream.hpp.


Constructor & Destructor Documentation

mstream ( )

Definition at line 2 of file mstream.cpp.

~mstream ( )

Definition at line 11 of file mstream.cpp.


Member Function Documentation

mstream & operator<< ( std::ostream &(*)(std::ostream &)  pfun)

Definition at line 20 of file mstream.cpp.


Member Data Documentation

std::ofstream coss

Definition at line 16 of file mstream.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines