#include <libcwd/config.h>#include <cstddef>Include dependency graph for macro_Libcwd_macros.h:

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

Go to the source code of this file.
Defines | |
| #define | LibcwDebug(dc_namespace, x) |
| General debug macro. | |
| #define | LibcwDout(dc_namespace, debug_obj, cntrl, data) |
| General debug output macro. | |
| #define | LibcwDoutFatal(dc_namespace, debug_obj, cntrl, data) |
| General fatal debug output macro. | |
|
|
General debug macro. This macro allows one to implement a customized "Debug", using a custom debug channel namespace.
|
|
|
General debug output macro. This macro allows one to implement a customized "Dout", using a custom debug object and/or channel namespace.
|
|
|
General fatal debug output macro. This macro allows one to implement a customized "DoutFatal", using a custom debug object and/or channel namespace.
|