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
IR::CppReferenceData::ThreadSafetyInfo Struct Reference

#include <pagemetadata.h>

Collaboration diagram for IR::CppReferenceData::ThreadSafetyInfo:

Public Attributes

QString level
QList< ThreadSafetyExceptionEntryreentrantExceptions
QList< ThreadSafetyExceptionEntrythreadSafeExceptions
QList< ThreadSafetyExceptionEntrynonReentrantExceptions

Detailed Description

Definition at line 106 of file pagemetadata.h.

Member Data Documentation

◆ level

QString IR::CppReferenceData::ThreadSafetyInfo::level

Definition at line 107 of file pagemetadata.h.

◆ nonReentrantExceptions

QList<ThreadSafetyExceptionEntry> IR::CppReferenceData::ThreadSafetyInfo::nonReentrantExceptions

Definition at line 110 of file pagemetadata.h.

◆ reentrantExceptions

QList<ThreadSafetyExceptionEntry> IR::CppReferenceData::ThreadSafetyInfo::reentrantExceptions

Definition at line 108 of file pagemetadata.h.

◆ threadSafeExceptions

QList<ThreadSafetyExceptionEntry> IR::CppReferenceData::ThreadSafetyInfo::threadSafeExceptions

Definition at line 109 of file pagemetadata.h.


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