|
LibreOffice
LibreOffice 26.2 SDK C/C++ API Reference
|
#include <thread.hxx>
Public Member Functions | |
| ThreadData (oslThreadKeyCallbackFunction pCallback=NULL) | |
| Create a thread specific local data key. | |
| ~ThreadData () | |
| Destroy a thread specific local data key. | |
| bool | setData (void *pData) |
| Set the data associated with the data key. | |
| void * | getData () |
| Get the data associated with the data key. | |
| operator oslThreadKey () const | |
|
inline |
Create a thread specific local data key.
|
inline |
Destroy a thread specific local data key.
|
inline |
Get the data associated with the data key.
|
inline |
|
inline |
Set the data associated with the data key.