![]() |
XTL
0.1
eXtended Template Library
|
Debugging. More...
Include dependency graph for debug.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | xtd::Debug |
| Manages debug info about processes. More... | |
Namespaces | |
| xtd | |
| The main namespace of the XTL library. | |
Macros | |
| #define | DUMP(x) xtd::Debug::Dump(x, #x, here()); |
| #define | XTD_ASSERT(expression,...) while ( !xtd::Debug::Assert( here(), !(!(expression)), #expression , ##__VA_ARGS__ ) ){} |
Debugging.
Definition in file debug.hpp.