![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QUnhandledExceptionPrivate (std::exception_ptr exception) noexcept | |
QUnhandledExceptionPrivate (std::exception_ptr exception) noexcept | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
std::exception_ptr | exceptionPtr |
![]() | |
QAtomicInt | ref |
Definition at line 127 of file qexception.cpp.
|
inlinenoexcept |
Definition at line 130 of file qexception.cpp.
References exceptionPtr.
|
inlinenoexcept |
Definition at line 130 of file qexception.cpp.
std::exception_ptr QUnhandledExceptionPrivate::exceptionPtr |
Definition at line 131 of file qexception.cpp.
Referenced by QUnhandledExceptionPrivate().