#include <ThreadLocal.h>


Definition at line 97 of file ThreadLocal.h.
Public Member Functions | |
| TLSSlot () | |
| ~TLSSlot () | |
| C & | value () |
Private Member Functions | |
| TLSSlot (const TLSSlot &) | |
| TLSSlot & | operator= (const TLSSlot &) |
Private Attributes | |
| C | _value |
| Poco::TLSSlot< C >::TLSSlot | ( | ) | [inline] |
Definition at line 104 of file ThreadLocal.h.
| Poco::TLSSlot< C >::~TLSSlot | ( | ) | [inline] |
Definition at line 109 of file ThreadLocal.h.
| Poco::TLSSlot< C >::TLSSlot | ( | const TLSSlot< C > & | ) | [private] |
| C& Poco::TLSSlot< C >::value | ( | ) | [inline] |
| TLSSlot& Poco::TLSSlot< C >::operator= | ( | const TLSSlot< C > & | ) | [private] |
C Poco::TLSSlot< C >::_value [private] |