QtBase  v6.3.1
Classes | Functions
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 >
 The QThreadStorage class provides per-thread data storage. 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 182 of file qthreadstorage.h.

◆ qThreadStorage_deleteLocalData() [2/2]

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

Definition at line 176 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 170 of file qthreadstorage.h.

◆ qThreadStorage_hasLocalData() [2/2]

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

Definition at line 164 of file qthreadstorage.h.

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