Base Framework
|
Inherits Object.
Inherited by ThreadKey< TYPE > [private]
, and ThreadKey< ThreadLocalContext > [private]
.
Classes | |
class | ThreadKeyException |
Thread key exception. More... | |
Public Member Functions | |
ThreadKeyImpl () | |
void * | getKey () const |
void | setKey (void *value) |
~ThreadKeyImpl () | |
ThreadKeyImpl::ThreadKeyImpl | ( | ) |
Initializes the key object.
ThreadKeyImpl::~ThreadKeyImpl | ( | ) |
Destroys the key object.
void* ThreadKeyImpl::getKey | ( | ) | const |
Returns the key.
void ThreadKeyImpl::setKey | ( | void * | value | ) |
Sets the key.
value | The desired value of the key for the executing thread. |