step/stepcore
util.h File Reference
Detailed Description
Internal file.
Definition in file util.h.
#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 | |
| namespace | StepCore |
Defines | |
| #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) |
Define Documentation
| #define STEPCORE_ASSERT_NOABORT | ( | expr | ) |
Value:
if( ! (expr) ) \ StepCore::_step_assert_noabort_helper<int> \ ( STEPCORE_STRINGIFY(expr), __LINE__, \ __FILE__, __PRETTY_FUNCTION__ )
KDE 4.2 API Reference