#include <thread_local_storage.h>
Public Member Functions | |
Construction | |
| CL_ThreadLocalStorage () | |
| Constructs a Thread Local Storage object. | |
| ~CL_ThreadLocalStorage () | |
Static Public Member Functions | |
Attributes | |
| static CL_UnknownSharedPtr | get_variable (const CL_StringRef &name) |
| Get a variable. | |
Operations | |
| static void | set_variable (const CL_StringRef &name, CL_UnknownSharedPtr ptr) |
| Set a variable. | |
|
|
Constructs a Thread Local Storage object.
|
|
|
|
|
|
Get a variable.
|
|
||||||||||||
|
Set a variable.
|
1.4.6