![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QUnhandledExceptionPrivate:
Collaboration diagram for QUnhandledExceptionPrivate:Public Member Functions | |
| QUnhandledExceptionPrivate (std::exception_ptr exception) noexcept | |
Public Member Functions inherited from QSharedData | |
| 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 |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 100 of file qexception.cpp.
|
inlinenoexcept |
Definition at line 103 of file qexception.cpp.
| std::exception_ptr QUnhandledExceptionPrivate::exceptionPtr |
Definition at line 104 of file qexception.cpp.
Referenced by QUnhandledException::exception().