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

Public Member Functions

LoopThreadDatathreadData ()
LoopThreadDatathreadData ()

Public Attributes

const std::optional< int > m_loopCount = {}
const Loop::ValueGetter m_valueGetter = {}
const Loop::Condition m_condition = {}
QMutex m_threadDataMutex = {}
std::map< QThread *, LoopThreadDatam_threadDataMap = {}

Detailed Description

Definition at line 1374 of file tasktree.cpp.

Member Function Documentation

◆ threadData() [1/2]

LoopThreadData & Tasking::LoopData::threadData ( )
inline

Definition at line 1377 of file tasktree.cpp.

◆ threadData() [2/2]

LoopThreadData & Tasking::LoopData::threadData ( )
inline

Definition at line 1377 of file tasktree.cpp.

Member Data Documentation

◆ m_condition

const Loop::Condition Tasking::LoopData::m_condition = {}

Definition at line 1384 of file tasktree.cpp.

◆ m_loopCount

const std::optional< int > Tasking::LoopData::m_loopCount = {}

Definition at line 1382 of file tasktree.cpp.

◆ m_threadDataMap

std::map< QThread *, LoopThreadData > Tasking::LoopData::m_threadDataMap = {}

Definition at line 1388 of file tasktree.cpp.

◆ m_threadDataMutex

QMutex Tasking::LoopData::m_threadDataMutex = {}

Definition at line 1385 of file tasktree.cpp.

◆ m_valueGetter

const Loop::ValueGetter Tasking::LoopData::m_valueGetter = {}

Definition at line 1383 of file tasktree.cpp.


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