Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Tasking::TimerThreadData Struct Reference
+ Collaboration diagram for Tasking::TimerThreadData:

Public Member Functions

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

Constructor & Destructor Documentation

◆ TimerThreadData()

Tasking::TimerThreadData::TimerThreadData ( )
default

Member Data Documentation

◆ m_deadlineToTimerId

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

Definition at line 3310 of file tasktree.cpp.

◆ m_timerIdCounter

int Tasking::TimerThreadData::m_timerIdCounter = 0

Definition at line 3311 of file tasktree.cpp.

◆ m_timerIdToTimerData

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

Definition at line 3309 of file tasktree.cpp.


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