#include <BoostThreads.hh>
Classes | |
class | Holder |
Public Types | |
typedef T | data_type |
typedef T | data_type |
typedef T | data_type |
typedef T | data_type |
typedef T | data_type |
typedef T | data_type |
Public Member Functions | |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T * | get () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T & | operator* () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | operator-> () const |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
T * | release () |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
void | reset (T *p=NULL) |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
~ThreadLocalDataHolder () | |
Static Public Member Functions | |
static void | freeHolder (void *p) |
static void | freeHolder (void *p) |
Private Attributes | |
T * | _data |
pthread_key_t | _key |
omni_thread::key_t | _key |
DWORD | _key |
boost::thread_specific_ptr< T > | _localData |
This class holds Thread local data of type T, i.e. for each thread a ThreadLocalDataHolder holds 0 or 1 instance of T. The held object must be heap allocated and will be deleted upon termination of the thread to which it belongs.
This class holds Thread local data of type T, i.e. for each thread a ThreadLocalDataHolder holds 0 or 1 instance of T. The held object must be heap allocated and will be deleted upon termination of the thread to wich it belongs. This is an omni_threads based equivalent of Boost.Threads thread_specific_ptr<T> class.
Definition at line 42 of file include/log4cpp/threading/BoostThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 88 of file install/include/log4cpp/threading/PThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 60 of file install/include/log4cpp/threading/OmniThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 43 of file install/include/log4cpp/threading/DummyThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 88 of file include/log4cpp/threading/PThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 60 of file include/log4cpp/threading/OmniThreads.hh.
typedef T log4cpp::threading::ThreadLocalDataHolder< T >::data_type |
Definition at line 43 of file include/log4cpp/threading/DummyThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 45 of file include/log4cpp/threading/DummyThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 46 of file include/log4cpp/threading/DummyThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 112 of file include/log4cpp/threading/MSThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 115 of file include/log4cpp/threading/MSThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 62 of file include/log4cpp/threading/OmniThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 65 of file include/log4cpp/threading/OmniThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 90 of file include/log4cpp/threading/PThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 99 of file include/log4cpp/threading/PThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 45 of file install/include/log4cpp/threading/DummyThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 46 of file install/include/log4cpp/threading/DummyThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 112 of file install/include/log4cpp/threading/MSThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 115 of file install/include/log4cpp/threading/MSThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 62 of file install/include/log4cpp/threading/OmniThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 65 of file install/include/log4cpp/threading/OmniThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 90 of file install/include/log4cpp/threading/PThreads.hh.
log4cpp::threading::ThreadLocalDataHolder< T >::~ThreadLocalDataHolder | ( | ) | [inline] |
Definition at line 99 of file install/include/log4cpp/threading/PThreads.hh.
static void log4cpp::threading::ThreadLocalDataHolder< T >::freeHolder | ( | void * | p | ) | [inline, static] |
Definition at line 94 of file install/include/log4cpp/threading/PThreads.hh.
static void log4cpp::threading::ThreadLocalDataHolder< T >::freeHolder | ( | void * | p | ) | [inline, static] |
Definition at line 94 of file include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 107 of file install/include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 72 of file install/include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 122 of file install/include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 51 of file install/include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 44 of file install/include/log4cpp/threading/BoostThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 107 of file include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 72 of file include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 122 of file include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 51 of file include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::get | ( | ) | const [inline] |
Definition at line 44 of file include/log4cpp/threading/BoostThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 112 of file install/include/log4cpp/threading/PThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 91 of file install/include/log4cpp/threading/OmniThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 139 of file install/include/log4cpp/threading/MSThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 56 of file install/include/log4cpp/threading/DummyThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 49 of file install/include/log4cpp/threading/BoostThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 112 of file include/log4cpp/threading/PThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 91 of file include/log4cpp/threading/OmniThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Obtains the Object held for the current thread.
Definition at line 139 of file include/log4cpp/threading/MSThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 56 of file include/log4cpp/threading/DummyThreads.hh.
T& log4cpp::threading::ThreadLocalDataHolder< T >::operator* | ( | ) | const [inline] |
Definition at line 49 of file include/log4cpp/threading/BoostThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 111 of file install/include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Obtains the Object held for the current thread. Initially each thread holds NULL.
Definition at line 84 of file install/include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Obtains the Object held for the current thread. Initially each thread holds NULL.
Definition at line 132 of file install/include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 55 of file install/include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 48 of file install/include/log4cpp/threading/BoostThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 111 of file include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Obtains the Object held for the current thread. Initially each thread holds NULL.
Definition at line 84 of file include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Obtains the Object held for the current thread. Initially each thread holds NULL.
Definition at line 132 of file include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 55 of file include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::operator-> | ( | ) | const [inline] |
Definition at line 48 of file include/log4cpp/threading/BoostThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 114 of file install/include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Releases the Object held for the current thread.
Definition at line 99 of file install/include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Releases the Object held for the current thread.
Definition at line 147 of file install/include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 58 of file install/include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 51 of file install/include/log4cpp/threading/BoostThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 114 of file include/log4cpp/threading/PThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Releases the Object held for the current thread.
Definition at line 99 of file include/log4cpp/threading/OmniThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Releases the Object held for the current thread.
Definition at line 147 of file include/log4cpp/threading/MSThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 58 of file include/log4cpp/threading/DummyThreads.hh.
T* log4cpp::threading::ThreadLocalDataHolder< T >::release | ( | ) | [inline] |
Definition at line 51 of file include/log4cpp/threading/BoostThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 121 of file install/include/log4cpp/threading/PThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Sets a new Object to be held for the current thread. A previously set Object will be deleted.
p | the new object to hold. |
Definition at line 118 of file install/include/log4cpp/threading/OmniThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Sets a new Object to be held for the current thread. A previously set Object will be deleted.
p | the new object to hold. |
Definition at line 159 of file install/include/log4cpp/threading/MSThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 65 of file install/include/log4cpp/threading/DummyThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 55 of file install/include/log4cpp/threading/BoostThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 121 of file include/log4cpp/threading/PThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Sets a new Object to be held for the current thread. A previously set Object will be deleted.
p | the new object to hold. |
Definition at line 118 of file include/log4cpp/threading/OmniThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Sets a new Object to be held for the current thread. A previously set Object will be deleted.
p | the new object to hold. |
Definition at line 159 of file include/log4cpp/threading/MSThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 65 of file include/log4cpp/threading/DummyThreads.hh.
void log4cpp::threading::ThreadLocalDataHolder< T >::reset | ( | T * | p = NULL |
) | [inline] |
Definition at line 55 of file include/log4cpp/threading/BoostThreads.hh.
T * log4cpp::threading::ThreadLocalDataHolder< T >::_data [private] |
Definition at line 69 of file include/log4cpp/threading/DummyThreads.hh.
pthread_key_t log4cpp::threading::ThreadLocalDataHolder< T >::_key [private] |
Definition at line 85 of file include/log4cpp/threading/PThreads.hh.
omni_thread::key_t log4cpp::threading::ThreadLocalDataHolder< T >::_key [private] |
Definition at line 143 of file include/log4cpp/threading/OmniThreads.hh.
pthread_key_t log4cpp::threading::ThreadLocalDataHolder< T >::_key [private] |
Definition at line 163 of file include/log4cpp/threading/MSThreads.hh.
boost::thread_specific_ptr< T > log4cpp::threading::ThreadLocalDataHolder< T >::_localData [private] |
Definition at line 57 of file include/log4cpp/threading/BoostThreads.hh.