Go to the source code of this file.
|
| #define | ASSERTLINE(line, cond) |
| #define | ASSERTMSGLINE(line, cond, msg) |
| #define | ASSERTMSG1LINE(line, cond, msg, arg1) |
| #define | ASSERTMSG2LINE(line, cond, msg, arg1, arg2) |
| #define | ASSERTMSGLINEV(line, cond, ...) |
| #define | ASSERT(cond) |
◆ ASSERTLINE
| #define ASSERTLINE |
( |
| line, |
|
|
| cond ) |
◆ ASSERTMSGLINE
| #define ASSERTMSGLINE |
( |
| line, |
|
|
| cond, |
|
|
| msg ) |
◆ ASSERTMSG1LINE
| #define ASSERTMSG1LINE |
( |
| line, |
|
|
| cond, |
|
|
| msg, |
|
|
| arg1 ) |
◆ ASSERTMSG2LINE
| #define ASSERTMSG2LINE |
( |
| line, |
|
|
| cond, |
|
|
| msg, |
|
|
| arg1, |
|
|
| arg2 ) |
◆ ASSERTMSGLINEV
| #define ASSERTMSGLINEV |
( |
| line, |
|
|
| cond, |
|
|
| ... ) |
◆ ASSERT
Value:
#define ASSERTLINE(line, cond)
Definition macros.h:22