DART
6.7.3
|
#include <string>
#include <ostream>
Go to the source code of this file.
Namespaces | |
dart | |
dart::common | |
Macros | |
#define | dtmsg (::dart::common::colorMsg("Msg", 32)) |
Output a message. More... | |
#define | dtdbg (::dart::common::colorMsg("Dbg", 36)) |
Output a debug message. More... | |
#define | dtwarn (::dart::common::colorErr("Warning", __FILE__, __LINE__, 33)) |
Output a warning message. More... | |
#define | dterr (::dart::common::colorErr("Error", __FILE__, __LINE__, 31)) |
Output an error message. More... | |
Functions | |
std::ostream & | dart::common::colorMsg (const std::string &_msg, int _color) |
std::ostream & | dart::common::colorErr (const std::string &_msg, const std::string &_file, unsigned int _line, int _color) |
template<class T > | |
auto | dart::operator<< (std::ostream &os, const T &t) -> decltype(t.print(os), os) |
#define dtdbg (::dart::common::colorMsg("Dbg", 36)) |
Output a debug message.
#define dterr (::dart::common::colorErr("Error", __FILE__, __LINE__, 31)) |
Output an error message.
#define dtmsg (::dart::common::colorMsg("Msg", 32)) |
Output a message.
#define dtwarn (::dart::common::colorErr("Warning", __FILE__, __LINE__, 33)) |
Output a warning message.