Hugin trunk 0.1
Loading...
Searching...
No Matches
Macros
Tracer.h File Reference
#include <iostream>
Include dependency graph for Tracer.h:
This graph shows which files directly or indirectly include this file:

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(); }
 

Macro Definition Documentation

◆ TRACE_DEBUG

#define TRACE_DEBUG (   x)

Definition at line 31 of file Tracer.h.

◆ TRACE_ERROR

#define TRACE_ERROR (   x)    { std::ostringstream buf; buf << x; std::cerr << buf.str(); std::cerr.flush(); }

Definition at line 34 of file Tracer.h.

◆ TRACE_INFO

#define TRACE_INFO (   x)    { std::ostringstream buf; buf << x; std::cout << buf.str(); std::cout.flush();}

Definition at line 26 of file Tracer.h.