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
QtConcurrent::ThreadEngineStarterBase< T > Class Template Reference

\inmodule QtConcurrent More...

#include <qtconcurrentthreadengine.h>

Inheritance diagram for QtConcurrent::ThreadEngineStarterBase< T >:
Collaboration diagram for QtConcurrent::ThreadEngineStarterBase< T >:

Public Member Functions

 ThreadEngineStarterBase (ThreadEngine< T > *_threadEngine)
 ThreadEngineStarterBase (const ThreadEngineStarterBase &other)
QFuture< T > startAsynchronously ()
 operator QFuture< T > ()

Protected Attributes

ThreadEngine< T > * threadEngine

Detailed Description

template<typename T>
class QtConcurrent::ThreadEngineStarterBase< T >

\inmodule QtConcurrent

Definition at line 164 of file qtconcurrentthreadengine.h.

Constructor & Destructor Documentation

◆ ThreadEngineStarterBase() [1/2]

template<typename T>
QtConcurrent::ThreadEngineStarterBase< T >::ThreadEngineStarterBase ( ThreadEngine< T > * _threadEngine)
inline

Definition at line 167 of file qtconcurrentthreadengine.h.

References ThreadEngineStarterBase().

Referenced by ThreadEngineStarterBase().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ThreadEngineStarterBase() [2/2]

template<typename T>
QtConcurrent::ThreadEngineStarterBase< T >::ThreadEngineStarterBase ( const ThreadEngineStarterBase< T > & other)
inline

Definition at line 170 of file qtconcurrentthreadengine.h.

References ThreadEngineStarterBase().

Referenced by ThreadEngineStarterBase().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator QFuture< T >()

template<typename T>
QtConcurrent::ThreadEngineStarterBase< T >::operator QFuture< T > ( )
inline

Definition at line 178 of file qtconcurrentthreadengine.h.

◆ startAsynchronously()

template<typename T>
QFuture< T > QtConcurrent::ThreadEngineStarterBase< T >::startAsynchronously ( )
inline

Definition at line 173 of file qtconcurrentthreadengine.h.

Member Data Documentation

◆ threadEngine

template<typename T>
ThreadEngine<T>* QtConcurrent::ThreadEngineStarterBase< T >::threadEngine
protected

Definition at line 184 of file qtconcurrentthreadengine.h.


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