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

(07a15916cc3c42616251b8ce3345bd77f248d9d8)

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

◆ qThreadStorage_deleteLocalData() [2/2]

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

Definition at line 141 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 135 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 129 of file qthreadstorage.h.