WTF
Platform.h File Reference
This graph shows which files directly or indirectly include this file:
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
#define BUILDING_KDE__ 1 |
Definition at line 32 of file Platform.h.
#define COMPILER | ( | WTF_FEATURE | ) | (defined(WTF_COMPILER_##WTF_FEATURE) && WTF_COMPILER_##WTF_FEATURE) |
Definition at line 44 of file Platform.h.
#define ENABLE | ( | WTF_FEATURE | ) | (defined(ENABLE_##WTF_FEATURE) && ENABLE_##WTF_FEATURE) |
Definition at line 47 of file Platform.h.
#define HAVE | ( | WTF_FEATURE | ) | (defined(HAVE_##WTF_FEATURE) && HAVE_##WTF_FEATURE) |
Definition at line 45 of file Platform.h.
#define PLATFORM | ( | WTF_FEATURE | ) | (defined(WTF_PLATFORM_##WTF_FEATURE) && WTF_PLATFORM_##WTF_FEATURE) |
Definition at line 43 of file Platform.h.
#define USE | ( | WTF_FEATURE | ) | (defined(WTF_USE_##WTF_FEATURE) && WTF_USE_##WTF_FEATURE) |
Definition at line 46 of file Platform.h.
#define WTF_PLATFORM_KDE 1 |
Definition at line 95 of file Platform.h.
#define WTF_USE_QT4_UNICODE 1 |
Definition at line 205 of file Platform.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.