step/stepcore
util.h File Reference
#include <QtGlobal>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
StepCore | |
Macros | |
#define | _STEPCORE_STRINGIFY(x) #x |
#define | STEPCORE_ASSERT_NOABORT(expr) |
#define | STEPCORE_STRINGIFY(x) _STEPCORE_STRINGIFY(x) |
#define | STEPCORE_UNUSED |
Functions | |
template<typename unused > | |
void | StepCore::_step_assert_noabort_helper (const char *expr, int line, const char *file, const char *function) |
template<typename T > | |
T | StepCore::square (T v) |
Detailed Description
Internal file.
Definition in file util.h.
Macro Definition Documentation
#define STEPCORE_ASSERT_NOABORT | ( | expr | ) |
Value:
if( ! (expr) ) \
StepCore::_step_assert_noabort_helper<int> \
( STEPCORE_STRINGIFY(expr), __LINE__, \
__FILE__, __PRETTY_FUNCTION__ )
#define STEPCORE_STRINGIFY | ( | x | ) | _STEPCORE_STRINGIFY(x) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 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:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.