Go to the source code of this file.
Classes | |
| struct | _Debug::StaticAssertionFailed< true > |
| struct | _Debug::StaticAssertionTest< x > |
Namespaces | |
| namespace | _Debug |
Macros | |
| #define | DEBUG_MACRO_H |
| #define | DASSERT(expr) |
| #define | DASSERT_MSG(expr, msg) |
| #define | DCHECK(expr) |
| #define | DCHECK_MSG(expr, msg) |
| #define | DFAIL_IF(cond) |
| #define | DFAIL_IF_MSG(cond, msg) |
| #define | DLOG(what) |
| #define | DLOG_DESCR(descr) |
| #define | DLOG_GROUP(group, what) |
| #define | DLOG_GROUP_DESCR(g, d) |
| #define | DCRASH(msg) |
| #define | DCRASH_RELEASE(msg) |
| #define | DFAIL() |
| #define | D_ISLOG() |
| #define | D_ISLOG_GROUP(group) |
| #define | DCTASSERT(expr) |
| #define | STRING_IT(a) |
| #define | TOKEN_IT(a) |
| #define | MESSAGE(a) |
| #define D_ISLOG | ( | ) |
Definition at line 357 of file debug_macro.h.
| #define D_ISLOG_GROUP | ( | group | ) |
Definition at line 358 of file debug_macro.h.
| #define DASSERT | ( | expr | ) |
Definition at line 344 of file debug_macro.h.
| #define DASSERT_MSG | ( | expr, | |
| msg ) |
Definition at line 345 of file debug_macro.h.
| #define DCHECK | ( | expr | ) |
Definition at line 346 of file debug_macro.h.
| #define DCHECK_MSG | ( | expr, | |
| msg ) |
Definition at line 347 of file debug_macro.h.
| #define DCRASH | ( | msg | ) |
Definition at line 354 of file debug_macro.h.
| #define DCRASH_RELEASE | ( | msg | ) |
Definition at line 355 of file debug_macro.h.
| #define DCTASSERT | ( | expr | ) |
Definition at line 369 of file debug_macro.h.
| #define DEBUG_MACRO_H |
Definition at line 33 of file debug_macro.h.
| #define DFAIL | ( | ) |
Definition at line 356 of file debug_macro.h.
| #define DFAIL_IF | ( | cond | ) |
Definition at line 348 of file debug_macro.h.
| #define DFAIL_IF_MSG | ( | cond, | |
| msg ) |
Definition at line 349 of file debug_macro.h.
| #define DLOG | ( | what | ) |
Definition at line 350 of file debug_macro.h.
| #define DLOG_DESCR | ( | descr | ) |
Definition at line 351 of file debug_macro.h.
| #define DLOG_GROUP | ( | group, | |
| what ) |
Definition at line 352 of file debug_macro.h.
| #define DLOG_GROUP_DESCR | ( | g, | |
| d ) |
Definition at line 353 of file debug_macro.h.
| #define MESSAGE | ( | a | ) |
The macro MESSAGE allows user to put:
anywhere in a source file. The message:
would be printed if put in sourcefname.cpp on line 123 in compile window like an error. You can then use next/prev error hot keys to see where comment is. It is not an error and will be printed everytime it is compiled. Very useful to put comments in code that cannot be forgotten.
Definition at line 392 of file debug_macro.h.
| #define STRING_IT | ( | a | ) |
Definition at line 375 of file debug_macro.h.
| #define TOKEN_IT | ( | a | ) |
Definition at line 376 of file debug_macro.h.