#include <thread_local_storage.h>
Static Public Member Functions | |
Attributes | |
| static std::shared_ptr < ThreadLocalStorageData > | get_variable (const std::string &name) |
| Get a variable. More... | |
Operations | |
| static void | set_variable (const std::string &name, std::shared_ptr< ThreadLocalStorageData > ptr) |
| Set a variable. More... | |
Friends | |
| class | SetupCore_Impl |
Construction | |
| ThreadLocalStorage () | |
| Constructs a Thread Local Storage object. More... | |
| ~ThreadLocalStorage () | |
Thread class.