|
QNANO
|
Public Member Functions | |
| void | setup (const std::string &fname) |
| template<typename T > | |
| Debug_Logger & | operator<< (const T &x) |
| Debug_Logger & | operator<< (std::ostream &(*x)(std::ostream &)) |
| void | print (const Has_Print &p) const |
| void | copy (const Debug_Logger &other) |
| Debug_Logger & | operator= (const Debug_Logger &other) |
| Debug_Logger (const Debug_Logger &other) | |
| Debug_Logger (const std::string &fname="") | |
| template<> | |
| Debug_Logger & | operator<< (const std::string &x) |
| template<> | |
| Debug_Logger & | operator<< (const size_t &x) |
| template<> | |
| Debug_Logger & | operator<< (const int &x) |
| template<> | |
| Debug_Logger & | operator<< (const double &x) |
Public Attributes | |
| bool | use_debug |
| std::string | debug_fname |
1.8.11