Public Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
XThreadLocal< T > Class Template Reference

#include <threadlocal.h>

Inheritance diagram for XThreadLocal< T >:
Inheritance graph
[legend]

Public Member Functions

template<typename... Arg>
 XThreadLocal (Arg &&...arg)
 
T & operator* () const
 
T * operator-> () const
 
T & operator* () const
 
T * operator-> () const
 

Static Private Member Functions

static void delete_tls (void *var)
 

Private Attributes

QThreadStorage< T * > m_tls
 
pthread_key_t m_key
 

Static Private Attributes

static T thread_local m_var
 

Detailed Description

template<typename T>
class XThreadLocal< T >

Thread Local Storage template. T must have constructor T() object T will be deleted only when the thread is finished.

Definition at line 32 of file threadlocal.h.

Member Function Documentation

template<typename T >
T & XThreadLocal< T >::operator* ( ) const
inline
Returns
return thread local object. Create an object if not allocated.

Definition at line 37 of file threadlocal.h.

template<typename T>
T& XThreadLocal< T >::operator* ( ) const
inline
Returns
return thread local object. Create an object if not allocated.
template<typename T >
T * XThreadLocal< T >::operator-> ( ) const
inline
See Also
operator T&()

Definition at line 39 of file threadlocal.h.

template<typename T>
T* XThreadLocal< T >::operator-> ( ) const
inline
See Also
operator T&()

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

Generated for KAME4 by  doxygen 1.8.3