![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qassert.h"
#include <QtCore/qlogging.h>
#include <cstdlib>
#include <cstdio>
#include <exception>
#include <new>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE Q_NORETURN void | qAbort () |
void | qt_assert_x (const char *where, const char *what, const char *file, int line) noexcept |
void | qt_check_pointer (const char *n, int l) noexcept |
void | qBadAlloc () |
QT_BEGIN_NAMESPACE Q_NORETURN void qAbort | ( | ) |
Definition at line 24 of file qassert.cpp.
void qBadAlloc | ( | ) |
Definition at line 181 of file qassert.cpp.
|
noexcept |
Definition at line 123 of file qassert.cpp.
|
noexcept |
The Q_CHECK_PTR macro calls this function if an allocation check fails.
Definition at line 165 of file qassert.cpp.