MeshKit
1.0
|
#include <iostream>
#include <fstream>
Go to the source code of this file.
Classes | |
class | mstream |
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... | |
Functions | |
template<class T > | |
mstream & | operator<< (mstream &st, T val) |
Definition at line 23 of file mstream.hpp.