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
qthreadstorage.h File Reference

(eefc5509416326bb4a63d349fa97b0ab94eabd3c)

#include <QtCore/qglobal.h>
#include <memory>
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 std::unique_ptr< T, U > &data)
template<typename T, typename U>
bool qThreadStorage_hasLocalData (const std::unique_ptr< 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 157 of file qthreadstorage.h.

◆ qThreadStorage_deleteLocalData() [2/2]

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

Definition at line 151 of file qthreadstorage.h.

◆ qThreadStorage_hasLocalData() [1/2]

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

Definition at line 145 of file qthreadstorage.h.

◆ qThreadStorage_hasLocalData() [2/2]

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

Definition at line 139 of file qthreadstorage.h.