#include <ThreadLocalImpl.h>
Inheritance diagram for ZThread::ThreadLocalImpl:
Public Member Functions | |
ThreadLocalImpl () | |
Create a ThreadLocalImpl. | |
~ThreadLocalImpl () | |
Destroy a ThreadLocalImpl. | |
Protected Member Functions | |
ValuePtr | value (ValuePtr(*pfn)()) const |
Get the Value for the current thread. | |
void | clear () const |
Clear any value set for this thread. | |
Static Protected Member Functions | |
static void | clearAll () |
Clear any value set with any ThreadLocal for this thread. |