|
Hugin trunk 0.1
|
#include <iostream>

Go to the source code of this file.
Macros | |
| #define | TRACE_INFO(x) { std::ostringstream buf; buf << x; std::cout << buf.str(); std::cout.flush();} |
| #define | TRACE_DEBUG(x) |
| #define | TRACE_ERROR(x) { std::ostringstream buf; buf << x; std::cerr << buf.str(); std::cerr.flush(); } |