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

(a795b442638f35faab15c1b6d06d268948865f56)

#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 148 of file qthreadstorage.h.

◆ qThreadStorage_deleteLocalData() [2/2]

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

Definition at line 142 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 136 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 130 of file qthreadstorage.h.