![]() |
Qt 4.8
|
#include <QtCore/qglobal.h>Go to the source code of this file.
Classes | |
| class | QThreadStorage< T > |
| The QThreadStorage class provides per-thread data storage. More... | |
| class | QThreadStorageData |
Functions | |
| template<typename T > | |
| void | qThreadStorage_deleteData (void *d, T **) |
| template<typename T > | |
| void | qThreadStorage_deleteData (void *d, T *) |
| template<typename T > | |
| T *& | qThreadStorage_localData (QThreadStorageData &d, T **) |
| template<typename T > | |
| T & | qThreadStorage_localData (QThreadStorageData &d, T *) |
| template<typename T > | |
| T * | qThreadStorage_localData_const (const QThreadStorageData &d, T **) |
| template<typename T > | |
| T | qThreadStorage_localData_const (const QThreadStorageData &d, T *) |
| template<typename T > | |
| void | qThreadStorage_setLocalData (QThreadStorageData &d, T **t) |
| template<typename T > | |
| void | qThreadStorage_setLocalData (QThreadStorageData &d, T *t) |
|
inline |
Definition at line 96 of file qthreadstorage.h.
Referenced by QThreadStorage< QNetworkAccessCache *>::deleteData().
|
inline |
Definition at line 124 of file qthreadstorage.h.
|
inline |
Definition at line 74 of file qthreadstorage.h.
Referenced by QThreadStorage< QNetworkAccessCache *>::localData().
|
inline |
Definition at line 102 of file qthreadstorage.h.
|
inline |
Definition at line 83 of file qthreadstorage.h.
Referenced by QThreadStorage< QNetworkAccessCache *>::localData().
|
inline |
Definition at line 111 of file qthreadstorage.h.
|
inline |
Definition at line 91 of file qthreadstorage.h.
Referenced by QThreadStorage< QNetworkAccessCache *>::setLocalData().
|
inline |
Definition at line 119 of file qthreadstorage.h.