On this page

C

SafeRenderer::QSafeEventException Class

class SafeRenderer::QSafeEventException

An instance of QSafeEventException is thrown in case of an exception. More...

Header: #include <QSafeEventException>
Since: QtSafeRenderer 2.1
Inherits: SafeRenderer::QSafeException

Public Types

enum class SafeEventException { OutOfBounds }

Public Functions

QSafeEventException(SafeRenderer::QSafeEventException &&other)
SafeRenderer::QSafeEventException &operator=(SafeRenderer::QSafeEventException &&other)
SafeRenderer::QSafeEventException &operator=(const SafeRenderer::QSafeEventException &other)

Detailed Description

Instance of this class is thrown when an exception occurs related to safe events.

Member Type Documentation

enum class QSafeEventException::SafeEventException

This enum describes the id of a thrown safe event exception.

ConstantValueDescription
SafeRenderer::QSafeEventException::SafeEventException::OutOfBounds0The offset of the data goes out of the reserved memory area.

Member Function Documentation

[constexpr noexcept default] QSafeEventException::QSafeEventException(SafeRenderer::QSafeEventException &&other)

Move-constructs an instance of QSafeEventException.

[delete] SafeRenderer::QSafeEventException &QSafeEventException::operator=(SafeRenderer::QSafeEventException &&other)

Move-assigns other to this QSafeEventException instance. This function is deleted.

[delete] SafeRenderer::QSafeEventException &QSafeEventException::operator=(const SafeRenderer::QSafeEventException &other)

Copy-assigns other to this QSafeEventException instance. This function is deleted.

Available under certain Qt licenses.
Find out more.