Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qthreadstorage.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/qscopedpointer.h>
#include <type_traits>
+ Include dependency graph for qthreadstorage.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QThreadStorage< T >
 \inmodule QtCore More...
 

Functions

template<typename T , typename U >
QT_BEGIN_NAMESPACE bool qThreadStorage_hasLocalData (const QScopedPointer< T, U > &data)
 
template<typename T , typename U >
bool qThreadStorage_hasLocalData (const QScopedPointer< T *, U > &data)
 
template<typename T >
void qThreadStorage_deleteLocalData (T *t)
 
template<typename T >
void qThreadStorage_deleteLocalData (T **t)
 

Function Documentation

◆ qThreadStorage_deleteLocalData() [1/2]

template<typename T >
void qThreadStorage_deleteLocalData ( T **  t)
inline

Definition at line 146 of file qthreadstorage.h.

◆ qThreadStorage_deleteLocalData() [2/2]

template<typename T >
void qThreadStorage_deleteLocalData ( T *  t)
inline

Definition at line 140 of file qthreadstorage.h.

◆ qThreadStorage_hasLocalData() [1/2]

template<typename T , typename U >
bool qThreadStorage_hasLocalData ( const QScopedPointer< T *, U > &  data)
inline

Definition at line 134 of file qthreadstorage.h.

References nullptr.

◆ qThreadStorage_hasLocalData() [2/2]

template<typename T , typename U >
QT_BEGIN_NAMESPACE bool qThreadStorage_hasLocalData ( const QScopedPointer< T, U > &  data)
inline

Definition at line 128 of file qthreadstorage.h.

Referenced by QThreadStorage< T >::hasLocalData().

+ Here is the caller graph for this function: