![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| StorageThreadData & | threadData () |
| StorageThreadData & | threadData () |
Public Attributes | |
| const StorageBase::StorageConstructor | m_constructor = {} |
| const StorageBase::StorageDestructor | m_destructor = {} |
| QMutex | m_threadDataMutex = {} |
| std::map< QThread *, StorageThreadData > | m_threadDataMap = {} |
Definition at line 1450 of file tasktree.cpp.
|
inline |
Definition at line 1453 of file tasktree.cpp.
|
inline |
Definition at line 1453 of file tasktree.cpp.
| const StorageBase::StorageConstructor Tasking::StorageData::m_constructor = {} |
Definition at line 1458 of file tasktree.cpp.
| const StorageBase::StorageDestructor Tasking::StorageData::m_destructor = {} |
Definition at line 1459 of file tasktree.cpp.
| std::map< QThread *, StorageThreadData > Tasking::StorageData::m_threadDataMap = {} |
Definition at line 1463 of file tasktree.cpp.
| QMutex Tasking::StorageData::m_threadDataMutex = {} |
Definition at line 1460 of file tasktree.cpp.