#include <iostream>#include <iomanip>#include <string>#include <memory>#include <more/io/fwd.h>Include dependency graph for debug.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
x == y. More...
|
|
Check that a logical expression is true. This is similar to assert, but instead of aborting, it keeps a count of the number of failures. See check_exit_status. |
|
|
Value: (((x) == (y))? (void)0 : \
(::more::diag::bits::check_failed(__FILE__, __LINE__, #x " == " #y), \
std::cerr << " LHS = " << (x) << "\n RHS = " << (y) << std::endl, \
(void)0))x == y.
If the check fails, the LHS and RHS are printed to |
|
|
|
|
|
|
|
|
Value: ((void)(std::clog << __FILE__ << ":" << __LINE__ << ": info: " \
<< #x << std::endl, (x))) |
|
|
|
|
|
|
|
|
Value: ((void)(std::clog << __FILE__ << ":" << __LINE__ << ": info: " \
<< #x << " = " << x << std::endl)) |
|
|
|