QThreadStorage< T > Class Template Reference
#include <qthreadstorage.h>
template<class T>
class QThreadStorage< T >
Definition at line 132 of file qthreadstorage.h.
bool hasLocalData |
( |
| ) |
const |
|
inline |
Definition at line 149 of file qthreadstorage.h.
T *& qThreadStorage_localData(QThreadStorageData &d, T **)
Definition at line 151 of file qthreadstorage.h.
T * qThreadStorage_localData_const(const QThreadStorageData &d, T **)
Definition at line 154 of file qthreadstorage.h.
void qThreadStorage_setLocalData(QThreadStorageData &d, T **t)
The documentation for this class was generated from the following file: