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::StorageBase Class Reference

#include <tasktree.h>

Inheritance diagram for Tasking::StorageBase:
Collaboration diagram for Tasking::StorageBase:

Friends

template<typename StorageStruct>
class Storage
class ExecutionContextActivator
class StorageData
class RuntimeContainer
class TaskTree
class TaskTreePrivate
bool operator== (const StorageBase &first, const StorageBase &second)
bool operator!= (const StorageBase &first, const StorageBase &second)
size_t qHash (const StorageBase &storage, uint seed=0)

Detailed Description

Definition at line 166 of file tasktree.h.

◆ ExecutionContextActivator

friend class ExecutionContextActivator
friend

Definition at line 189 of file tasktree.h.

◆ operator!=

bool operator!= ( const StorageBase & first,
const StorageBase & second )
friend

Definition at line 180 of file tasktree.h.

◆ operator==

bool operator== ( const StorageBase & first,
const StorageBase & second )
friend

Definition at line 177 of file tasktree.h.

◆ qHash

size_t qHash ( const StorageBase & storage,
uint seed = 0 )
friend

Definition at line 183 of file tasktree.h.

◆ RuntimeContainer

friend class RuntimeContainer
friend

Definition at line 191 of file tasktree.h.

◆ Storage

template<typename StorageStruct>
friend class Storage
friend

Definition at line 188 of file tasktree.h.

Referenced by Tasking::conditionsRecipe(), and Tasking::ExecutableItem::withLog().

◆ StorageData

friend class StorageData
friend

Definition at line 190 of file tasktree.h.

◆ TaskTree

friend class TaskTree
friend

Definition at line 192 of file tasktree.h.

◆ TaskTreePrivate

friend class TaskTreePrivate
friend

Definition at line 193 of file tasktree.h.


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