hemocell
|
#include <fstream>
#include <iostream>
Go to the source code of this file.
Classes | |
class | hemo::Logfile |
class | hemo::Logfile_only |
Namespaces | |
namespace | hemo |
Functions | |
template<typename Val > | |
Logfile & | hemo::operator<< (Logfile &lf, Val const &rhs) |
Logfile & | hemo::operator<< (Logfile &lf, std::ostream &(*op)(std::ostream &)) |
template<typename Val > | |
Logfile_only & | hemo::operator<< (Logfile_only &lf, Val const &rhs) |
Logfile_only & | hemo::operator<< (Logfile_only &lf, std::ostream &(*op)(std::ostream &)) |