Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QUnhandledExceptionPrivate Class Reference
Inheritance diagram for QUnhandledExceptionPrivate:
Collaboration diagram for QUnhandledExceptionPrivate:

Public Member Functions

 QUnhandledExceptionPrivate (std::exception_ptr exception) noexcept
 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.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

std::exception_ptr exceptionPtr
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 128 of file qexception.cpp.

Constructor & Destructor Documentation

◆ QUnhandledExceptionPrivate() [1/2]

QUnhandledExceptionPrivate::QUnhandledExceptionPrivate ( std::exception_ptr exception)
inlinenoexcept

Definition at line 131 of file qexception.cpp.

References exceptionPtr.

◆ QUnhandledExceptionPrivate() [2/2]

QUnhandledExceptionPrivate::QUnhandledExceptionPrivate ( std::exception_ptr exception)
inlinenoexcept

Definition at line 131 of file qexception.cpp.

Member Data Documentation

◆ exceptionPtr

std::exception_ptr QUnhandledExceptionPrivate::exceptionPtr

Definition at line 132 of file qexception.cpp.

Referenced by QUnhandledExceptionPrivate().


The documentation for this class was generated from the following file: