Qore Programming Language 1.19.1
|
provides access to thread-local storage More...
#include <QoreThreadLocalStorage.h>
Private Member Methods | |
DLLLOCAL | QoreThreadLocalStorage (const QoreThreadLocalStorage &) |
this function is not implemented; it is here as a private function in order to prohibit it from being used | |
DLLLOCAL QoreThreadLocalStorage & | operator= (const QoreThreadLocalStorage &) |
this function is not implemented; it is here as a private function in order to prohibit it from being used | |
Private Attributes | |
pthread_key_t | key |
the actual thread local storage key wrapped in this class | |
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.