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
Tasking::StorageData Class Reference
Collaboration diagram for Tasking::StorageData:

Public Member Functions

StorageThreadDatathreadData ()
StorageThreadDatathreadData ()

Public Attributes

const StorageBase::StorageConstructor m_constructor = {}
const StorageBase::StorageDestructor m_destructor = {}
QMutex m_threadDataMutex = {}
std::map< QThread *, StorageThreadDatam_threadDataMap = {}

Detailed Description

Definition at line 1450 of file tasktree.cpp.

Member Function Documentation

◆ threadData() [1/2]

StorageThreadData & Tasking::StorageData::threadData ( )
inline

Definition at line 1453 of file tasktree.cpp.

◆ threadData() [2/2]

StorageThreadData & Tasking::StorageData::threadData ( )
inline

Definition at line 1453 of file tasktree.cpp.

Member Data Documentation

◆ m_constructor

const StorageBase::StorageConstructor Tasking::StorageData::m_constructor = {}

Definition at line 1458 of file tasktree.cpp.

◆ m_destructor

const StorageBase::StorageDestructor Tasking::StorageData::m_destructor = {}

Definition at line 1459 of file tasktree.cpp.

◆ m_threadDataMap

std::map< QThread *, StorageThreadData > Tasking::StorageData::m_threadDataMap = {}

Definition at line 1463 of file tasktree.cpp.

◆ m_threadDataMutex

QMutex Tasking::StorageData::m_threadDataMutex = {}

Definition at line 1460 of file tasktree.cpp.


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