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

#include <document.h>

Collaboration diagram for IR::CppReferenceInfo::ThreadSafetyInfo:

Public Attributes

QString level
QList< ThreadSafetyExceptionEntryreentrantExceptions
QList< ThreadSafetyExceptionEntrythreadSafeExceptions
QList< ThreadSafetyExceptionEntrynonReentrantExceptions

Detailed Description

Definition at line 111 of file document.h.

Member Data Documentation

◆ level

QString IR::CppReferenceInfo::ThreadSafetyInfo::level

Definition at line 112 of file document.h.

◆ nonReentrantExceptions

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

Definition at line 115 of file document.h.

◆ reentrantExceptions

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

Definition at line 113 of file document.h.

◆ threadSafeExceptions

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

Definition at line 114 of file document.h.


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