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 1419 of file tasktree.cpp.

Member Function Documentation

◆ threadData() [1/2]

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

Definition at line 1422 of file tasktree.cpp.

◆ threadData() [2/2]

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

Definition at line 1422 of file tasktree.cpp.

Member Data Documentation

◆ m_constructor

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

Definition at line 1427 of file tasktree.cpp.

◆ m_destructor

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

Definition at line 1428 of file tasktree.cpp.

◆ m_threadDataMap

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

Definition at line 1432 of file tasktree.cpp.

◆ m_threadDataMutex

QMutex Tasking::StorageData::m_threadDataMutex = {}

Definition at line 1429 of file tasktree.cpp.


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