QThreadStorageData Class Reference

#include <qthreadstorage.h>

Class Description

Definition at line 55 of file qthreadstorage.h.

Public Member Functions

 QThreadStorageData (void(*func)(void *))
 
 ~QThreadStorageData ()
 
void ** get () const
 
void ** set (void *p)
 

Static Public Member Functions

static void finish (void **)
 

Public Attributes

int id
 

Constructor & Destructor Documentation

QThreadStorageData ( void(*)(void *)  func)
explicit

Member Function Documentation

void** get ( ) const
void** set ( void p)
static void finish ( void **  )
static

Member Data Documentation

Definition at line 65 of file qthreadstorage.h.


The documentation for this class was generated from the following file: