#include <wefts_os_pthread.h>
Inheritance diagram for Wefts::OSSpecificDataPthread:
Public Member Functions | |
OSSpecificDataPthread () throw ( InitError ) | |
Prepares the internal data. | |
~OSSpecificDataPthread () | |
Destroys the internal data. | |
void * | data () const |
void | data (const void *dt) |
Private Attributes | |
pthread_key_t | m_data |
|
Prepares the internal data.
|
|
Destroys the internal data. In a well designed application this should make no sense at all, but anyway we provide it. |
|
Implements Wefts::OSSpecificDataBase. |
|
Implements Wefts::OSSpecificDataBase. |
|
|