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

Public Member Functions

 StorageThreadData ()=default
 
void pushStorage (StoragePtr storagePtr)
 
void popStorage ()
 
StoragePtr activeStorage () const
 

Detailed Description

Definition at line 1301 of file tasktree.cpp.

Constructor & Destructor Documentation

◆ StorageThreadData()

Tasking::StorageThreadData::StorageThreadData ( )
default

Member Function Documentation

◆ activeStorage()

StoragePtr Tasking::StorageThreadData::activeStorage ( ) const
inline

Definition at line 1316 of file tasktree.cpp.

References Tasking::activeTaskTree(), QT_ASSERT, qWarning, and Tasking::s_activeStorageWarning.

+ Here is the call graph for this function:

◆ popStorage()

void Tasking::StorageThreadData::popStorage ( )
inline

Definition at line 1311 of file tasktree.cpp.

References QT_ASSERT.

◆ pushStorage()

void Tasking::StorageThreadData::pushStorage ( StoragePtr storagePtr)
inline

Definition at line 1307 of file tasktree.cpp.

References Tasking::activeTaskTree().

+ Here is the call graph for this function:

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