QoreThreadLocalStorage< T > Class Template Reference

provides access to thread-local storage More...

#include <QoreThreadLocalStorage.h>

List of all members.

Public Member Functions

DLLLOCAL QoreThreadLocalStorage ()
 creates the lock
DLLLOCAL ~QoreThreadLocalStorage ()
 destroys the lock


Detailed Description

template<typename T>
class QoreThreadLocalStorage< T >

provides access to thread-local storage

This class is just a simple wrapper for pthread_key_t. It does not provide any special logic for checking for correct usage, etc.


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

doxygen