#include <thread.hxx>
Constructor & Destructor Documentation
Create a thread specific local data key.
osl::ThreadData::~ThreadData |
( |
| ) |
|
|
inline |
Destroy a thread specific local data key.
Member Function Documentation
void* osl::ThreadData::getData |
( |
| ) |
|
|
inline |
Get the data associated with the data key.
- Returns
- The data asscoitaed with the data key or NULL if no data was set
sal_Bool osl::ThreadData::setData |
( |
void * |
pData | ) |
|
|
inline |
Set the data associated with the data key.
- Returns
- True if operation was successfull
The documentation for this class was generated from the following file: