|
MeshKit
1.0
|
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>
Public Member Functions | |
| mstream () | |
| ~mstream () | |
| mstream & | operator<< (std::ostream &(*pfun)(std::ostream &)) |
Public Attributes | |
| std::ofstream | coss |
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.
| mstream | ( | ) |
Definition at line 2 of file mstream.cpp.
| ~mstream | ( | ) |
Definition at line 11 of file mstream.cpp.
| mstream & operator<< | ( | std::ostream &(*)(std::ostream &) | pfun | ) |
Definition at line 20 of file mstream.cpp.
| std::ofstream coss |
Definition at line 16 of file mstream.hpp.