![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Macros | |
| #define | QT_STRINGIFY2(x) |
| #define | QT_STRINGIFY(x) |
| #define | Q_UNUSED(x) |
| #define | Q_UNIMPLEMENTED() |
| #define | QT_VA_ARGS_CHOOSE(_1, _2, _3, _4, _5, _6, _7, _8, _9, N, ...) |
| #define | QT_VA_ARGS_EXPAND(...) |
| #define | QT_VA_ARGS_COUNT(...) |
| #define | QT_OVERLOADED_MACRO_EXPAND(MACRO, ARGC) |
| #define | QT_OVERLOADED_MACRO_IMP(MACRO, ARGC) |
| #define | QT_OVERLOADED_MACRO(MACRO, ...) |
| #define Q_UNIMPLEMENTED | ( | ) |
Definition at line 24 of file qtpreprocessorsupport.h.
| #define Q_UNUSED | ( | x | ) |
Definition at line 21 of file qtpreprocessorsupport.h.
| #define QT_OVERLOADED_MACRO | ( | MACRO, | |
| ... ) |
Definition at line 32 of file qtpreprocessorsupport.h.
| #define QT_OVERLOADED_MACRO_EXPAND | ( | MACRO, | |
| ARGC ) |
Definition at line 30 of file qtpreprocessorsupport.h.
| #define QT_OVERLOADED_MACRO_IMP | ( | MACRO, | |
| ARGC ) |
Definition at line 31 of file qtpreprocessorsupport.h.
| #define QT_STRINGIFY | ( | x | ) |
Definition at line 16 of file qtpreprocessorsupport.h.
| #define QT_STRINGIFY2 | ( | x | ) |
Definition at line 15 of file qtpreprocessorsupport.h.
| #define QT_VA_ARGS_CHOOSE | ( | _1, | |
| _2, | |||
| _3, | |||
| _4, | |||
| _5, | |||
| _6, | |||
| _7, | |||
| _8, | |||
| _9, | |||
| N, | |||
| ... ) |
Definition at line 27 of file qtpreprocessorsupport.h.
| #define QT_VA_ARGS_COUNT | ( | ... | ) |
Definition at line 29 of file qtpreprocessorsupport.h.
| #define QT_VA_ARGS_EXPAND | ( | ... | ) |
Definition at line 28 of file qtpreprocessorsupport.h.