![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qexception.h>
Public Member Functions | |
void | setException (const QException &e) |
void | setException (std::exception_ptr e) |
bool | hasException () const |
std::exception_ptr | exception () const |
void | throwPossibleException () |
Q_NORETURN void | rethrowException () const |
Public Attributes | |
std::exception_ptr | exceptionHolder |
Definition at line 58 of file qexception.h.
std::exception_ptr QtPrivate::ExceptionStore::exception | ( | ) | const |
Definition at line 233 of file qexception.cpp.
bool QtPrivate::ExceptionStore::hasException | ( | ) | const |
Definition at line 228 of file qexception.cpp.
void QtPrivate::ExceptionStore::rethrowException | ( | ) | const |
Definition at line 244 of file qexception.cpp.
void QtPrivate::ExceptionStore::setException | ( | const QException & | e | ) |
Definition at line 212 of file qexception.cpp.
void QtPrivate::ExceptionStore::setException | ( | std::exception_ptr | e | ) |
Definition at line 222 of file qexception.cpp.
void QtPrivate::ExceptionStore::throwPossibleException | ( | ) |
Definition at line 238 of file qexception.cpp.
std::exception_ptr QtPrivate::ExceptionStore::exceptionHolder |
Definition at line 67 of file qexception.h.