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::TimerThreadData Struct Reference
Collaboration diagram for Tasking::TimerThreadData:

Public Member Functions

 TimerThreadData ()=default
 TimerThreadData ()=default

Public Attributes

QHash< int, TimerDatam_timerIdToTimerData = {}
QMap< system_clock::time_point, QList< int > > m_deadlineToTimerId = {}
int m_timerIdCounter = 0

Detailed Description

Definition at line 3568 of file tasktree.cpp.

Constructor & Destructor Documentation

◆ TimerThreadData() [1/2]

Tasking::TimerThreadData::TimerThreadData ( )
default

◆ TimerThreadData() [2/2]

Tasking::TimerThreadData::TimerThreadData ( )
default

Member Data Documentation

◆ m_deadlineToTimerId

QMap< system_clock::time_point, QList< int > > Tasking::TimerThreadData::m_deadlineToTimerId = {}

Definition at line 3574 of file tasktree.cpp.

◆ m_timerIdCounter

int Tasking::TimerThreadData::m_timerIdCounter = 0

Definition at line 3575 of file tasktree.cpp.

Referenced by Tasking::scheduleTimeout().

◆ m_timerIdToTimerData

QHash< int, TimerData > Tasking::TimerThreadData::m_timerIdToTimerData = {}

Definition at line 3573 of file tasktree.cpp.


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