WTF
Platform.h File Reference
Go to the source code of this file.
Macros | |
| #define | BUILDING_KDE__ 1 |
| #define | COMPILER(WTF_FEATURE) (defined(WTF_COMPILER_##WTF_FEATURE) && WTF_COMPILER_##WTF_FEATURE) |
| #define | ENABLE(WTF_FEATURE) (defined(ENABLE_##WTF_FEATURE) && ENABLE_##WTF_FEATURE) |
| #define | HAVE(WTF_FEATURE) (defined(HAVE_##WTF_FEATURE) && HAVE_##WTF_FEATURE) |
| #define | PLATFORM(WTF_FEATURE) (defined(WTF_PLATFORM_##WTF_FEATURE) && WTF_PLATFORM_##WTF_FEATURE) |
| #define | USE(WTF_FEATURE) (defined(WTF_USE_##WTF_FEATURE) && WTF_USE_##WTF_FEATURE) |
| #define | WTF_PLATFORM_KDE 1 |
| #define | WTF_USE_QT4_UNICODE 1 |
Macro Definition Documentation
◆ BUILDING_KDE__
| #define BUILDING_KDE__ 1 |
Definition at line 32 of file Platform.h.
◆ COMPILER
| #define COMPILER | ( | WTF_FEATURE | ) | (defined(WTF_COMPILER_##WTF_FEATURE) && WTF_COMPILER_##WTF_FEATURE) |
Definition at line 44 of file Platform.h.
◆ ENABLE
| #define ENABLE | ( | WTF_FEATURE | ) | (defined(ENABLE_##WTF_FEATURE) && ENABLE_##WTF_FEATURE) |
Definition at line 47 of file Platform.h.
◆ HAVE
| #define HAVE | ( | WTF_FEATURE | ) | (defined(HAVE_##WTF_FEATURE) && HAVE_##WTF_FEATURE) |
Definition at line 45 of file Platform.h.
◆ PLATFORM
| #define PLATFORM | ( | WTF_FEATURE | ) | (defined(WTF_PLATFORM_##WTF_FEATURE) && WTF_PLATFORM_##WTF_FEATURE) |
Definition at line 43 of file Platform.h.
◆ USE
| #define USE | ( | WTF_FEATURE | ) | (defined(WTF_USE_##WTF_FEATURE) && WTF_USE_##WTF_FEATURE) |
Definition at line 46 of file Platform.h.
◆ WTF_PLATFORM_KDE
| #define WTF_PLATFORM_KDE 1 |
Definition at line 95 of file Platform.h.
◆ WTF_USE_QT4_UNICODE
| #define WTF_USE_QT4_UNICODE 1 |
Definition at line 217 of file Platform.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:46 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:46 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.