file
definitions.hDefines
- #define RLL_DEBUG
- Flag defined if debug mode is enabled.
- #define RLL_DOC
- Flag defined if Doxygen documentation is being generated.
- #define RLL_NO_DEBUG
- Flag defined if debug mode is disabled.
- #define RLL_QT_CORE
- Flag defined if Qt::Core library is available and linked.
- #define RLL_QT_GUI
- Flag defined if Qt::Gui library is available and linked.
- #define RLL_RTTI
- #define ___constexpr___
- Expands to
constexpr
in C++20 mode, to nothing in C++17 mode. - #define ___inline___
- Attribute macro intended for force inlining functions.
- #define ___noinline___
- Attribute macro intended for no inlining functions.