![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/check.h"
Go to the source code of this file.
Macros | |
#define | CHECK_EQ(x, y) |
#define | CHECK_NE(x, y) |
#define | CHECK_LT(x, y) |
#define | CHECK_GT(x, y) |
#define | CHECK_LE(x, y) |
#define | CHECK_GE(x, y) |
#define | DCHECK_EQ(x, y) |
#define | DCHECK_NE(x, y) |
#define | DCHECK_LT(x, y) |
#define | DCHECK_GT(x, y) |
#define | DCHECK_LE(x, y) |
#define | DCHECK_GE(x, y) |
Definition at line 10 of file check_op.h.
Definition at line 17 of file check_op.h.